From 63335f2d109ba65402a57378ca05aa9b74f0ded5 Mon Sep 17 00:00:00 2001 From: Diego Borghetti Date: Mon, 5 Jul 2010 14:32:15 +0000 Subject: Fix Makefile for new getUserDir system. --- source/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'source/Makefile') diff --git a/source/Makefile b/source/Makefile index 2ab5b4faeab..12e47ba5863 100644 --- a/source/Makefile +++ b/source/Makefile @@ -120,6 +120,7 @@ COMLIB += $(NAN_BSP)/lib/$(DEBUG_DIR)libbsp.a COMLIB += $(NAN_BOOLOP)/lib/$(DEBUG_DIR)libboolop.a COMLIB += $(NAN_MOTO)/lib/$(DEBUG_DIR)libmoto.a COMLIB += $(NAN_DECIMATION)/lib/$(DEBUG_DIR)libdecimation.a +COMLIB += $(NAN_GHOST)/lib/$(DEBUG_DIR)libghost.a ifeq ($(WITH_FFMPEG),true) COMLIB += $(NAN_AUDASPACE)/lib/$(DEBUG_DIR)libaud_ffmpeg.a -- cgit v1.2.3