Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Borghetti <bdiego@gmail.com>2010-07-05 18:32:15 +0400
committerDiego Borghetti <bdiego@gmail.com>2010-07-05 18:32:15 +0400
commit63335f2d109ba65402a57378ca05aa9b74f0ded5 (patch)
tree1abbde74d1e7636269ff6f725bdaa10c3dd94014 /source/Makefile
parentb1cdc52b30f709848c7f30eb077d6d5c20c43428 (diff)
Fix Makefile for new getUserDir system.
Diffstat (limited to 'source/Makefile')
-rw-r--r--source/Makefile1
1 files changed, 1 insertions, 0 deletions
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