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
path: root/intern
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 /intern
parentb1cdc52b30f709848c7f30eb077d6d5c20c43428 (diff)
Fix Makefile for new getUserDir system.
Diffstat (limited to 'intern')
-rw-r--r--intern/ghost/intern/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/ghost/intern/Makefile b/intern/ghost/intern/Makefile
index 23d27e61590..2f5e088f4fe 100644
--- a/intern/ghost/intern/Makefile
+++ b/intern/ghost/intern/Makefile
@@ -38,7 +38,7 @@ CCSRCS += GHOST_EventManager.cpp GHOST_EventPrinter.cpp GHOST_WindowManager.cpp
CCSRCS += GHOST_ISystem.cpp GHOST_ModifierKeys.cpp GHOST_TimerManager.cpp
CCSRCS += GHOST_Rect.cpp GHOST_DisplayManager.cpp GHOST_C-api.cpp
CCSRCS += GHOST_CallbackEventConsumer.cpp
-CCSRCS += GHOST_NDOFManager.cpp
+CCSRCS += GHOST_NDOFManager.cpp GHOST_Path-api.cpp
ifeq ($(OS),$(findstring $(OS), "darwin"))
ifeq ($(WITH_COCOA), true)