From df81fa977e12d8f6e5733e51d9be503b2cc67f14 Mon Sep 17 00:00:00 2001 From: Matt Ebb Date: Tue, 31 Jul 2007 01:45:19 +0000 Subject: [PATCH] Tweak to allow building NDOFManager with old Makefiles --- intern/ghost/intern/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/intern/ghost/intern/Makefile b/intern/ghost/intern/Makefile index 32498222ac6..cccbf9a822b 100644 --- a/intern/ghost/intern/Makefile +++ b/intern/ghost/intern/Makefile @@ -39,6 +39,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 include nan_definitions.mk