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-13 20:44:30 +0300
committerTon Roosendaal <ton@blender.org>2008-12-13 20:44:30 +0300
commite0ab792cf6d831c4c6d93cf5a6a8f2fac77ec8f9 (patch)
treebd531b2b6d2e8ff697cf2da032c0c561a81bff6a /source/Makefile
parente6897deec1999a7c23a42b31e4dc27ebe11227ab (diff)
2.5
Added basic code for Space Image. Now let's check if this commit has all it needed :)
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 b38d5de936c..f736f5b4f59 100644
--- a/source/Makefile
+++ b/source/Makefile
@@ -235,6 +235,7 @@ PULIB = $(NAN_MOTO)/lib/libmoto.a
PULIB += $(NAN_ELBEEM)/lib/$(DEBUG_DIR)libelbeem.a
PULIB += $(OCGDIR)/blender/readblenfile/$(DEBUG_DIR)libreadblenfile.a
PULIB += $(OCGDIR)/blender/ed_space/libed_space.a
+PULIB += $(OCGDIR)/blender/ed_image/libed_image.a
PULIB += $(OCGDIR)/blender/ed_ipo/libed_ipo.a
PULIB += $(OCGDIR)/blender/ed_outliner/libed_outliner.a
PULIB += $(OCGDIR)/blender/ed_time/libed_time.a