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:
authorTon Roosendaal <ton@blender.org>2008-12-29 12:24:42 +0300
committerTon Roosendaal <ton@blender.org>2008-12-29 12:24:42 +0300
commit1d42afe56124cc9cdf76ab25272505ba77d090b2 (patch)
tree9fcfa474f5b379b9ec744542cd909042c731259d /source/Makefile
parentb928d900217435bf2d642d3d1601f558886fae71 (diff)
2.5
Made Makefiles happy with new transform library.
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 88f7de22d18..0cc4ebcad6e 100644
--- a/source/Makefile
+++ b/source/Makefile
@@ -253,6 +253,7 @@ 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_transform/libed_transform.a
PULIB += $(OCGDIR)/blender/ed_util/libed_util.a
PULIB += $(OCGDIR)/blender/ed_datafiles/libed_datafiles.a
PULIB += $(OCGDIR)/blender/ed_screen/libed_screen.a