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/source
diff options
context:
space:
mode:
authorTon Roosendaal <ton@blender.org>2008-12-24 13:13:11 +0300
committerTon Roosendaal <ton@blender.org>2008-12-24 13:13:11 +0300
commit1d0ae960491bde2028cf28014068ba9616afe97f (patch)
tree95860fddad909eb399a7606019298ad7da3b7d8e /source
parenta65fabc553e817a3bfe5b27acf725065506e5b62 (diff)
2.5
Makefile was missing the new object module, thanks Joilnen for finding the missing commit!
Diffstat (limited to 'source')
-rw-r--r--source/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/Makefile b/source/Makefile
index 95803facdf8..88f7de22d18 100644
--- a/source/Makefile
+++ b/source/Makefile
@@ -251,6 +251,7 @@ PULIB += $(OCGDIR)/blender/ed_outliner/libed_outliner.a
PULIB += $(OCGDIR)/blender/ed_time/libed_time.a
PULIB += $(OCGDIR)/blender/ed_view3d/libed_view3d.a
PULIB += $(OCGDIR)/blender/ed_interface/libed_interface.a
+PULIB += $(OCGDIR)/blender/ed_object/libed_object.a
PULIB += $(OCGDIR)/blender/ed_animation/libed_animation.a
PULIB += $(OCGDIR)/blender/ed_util/libed_util.a
PULIB += $(OCGDIR)/blender/ed_datafiles/libed_datafiles.a