From 1d0ae960491bde2028cf28014068ba9616afe97f Mon Sep 17 00:00:00 2001 From: Ton Roosendaal Date: Wed, 24 Dec 2008 10:13:11 +0000 Subject: 2.5 Makefile was missing the new object module, thanks Joilnen for finding the missing commit! --- source/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'source') 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 -- cgit v1.2.3