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:
authorKent Mein <mein@cs.umn.edu>2005-01-24 19:16:50 +0300
committerKent Mein <mein@cs.umn.edu>2005-01-24 19:16:50 +0300
commit1b1ff7ea92a7cbe41139b74812fff108d2785b3e (patch)
treea10ad9d8bf6284cb4f70a666da05aad57ff89b6a /source/Makefile
parentbfba62e59e6d5a0fdabf81789aa27cb718ec51a2 (diff)
Fixed the Makefiles so the Joystick stuff works.
Kent
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 8ff8b79bf21..60c8ede03c1 100644
--- a/source/Makefile
+++ b/source/Makefile
@@ -130,6 +130,7 @@ ifneq ($(NAN_NO_KETSJI),true)
COMLIB += $(OCGDIR)/gameengine/blphys/dummy/$(DEBUG_DIR)libdummy.a
COMLIB += $(OCGDIR)/gameengine/ketsji/$(DEBUG_DIR)libketsji.a
COMLIB += $(OCGDIR)/gameengine/logic/$(DEBUG_DIR)liblogic.a
+ COMLIB += $(OCGDIR)/gameengine/logic/Joystick/$(DEBUG_DIR)libJoystick.a
COMLIB += $(OCGDIR)/gameengine/rasterizer/$(DEBUG_DIR)librasterizer.a
COMLIB += $(OCGDIR)/gameengine/OpenGLrasterizer/$(DEBUG_DIR)libOpenGLrasterizer.a
COMLIB += $(OCGDIR)/gameengine/expression/$(DEBUG_DIR)libexpression.a