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:
authorStefan Gartner <stefang@aon.at>2010-05-22 01:26:03 +0400
committerStefan Gartner <stefang@aon.at>2010-05-22 01:26:03 +0400
commitc0a0f2c43e934e2054eefe5bf90889cf67b736f9 (patch)
treed413b85344bfdc788a1888ad75068ba78b5b9e3c /source/creator
parentbb852842283f4a42db0e3214a697b98e779d0a00 (diff)
Makefiles: make sure syntax is correct...
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/creator/Makefile b/source/creator/Makefile
index 592cf913dfa..34ebc5fa305 100644
--- a/source/creator/Makefile
+++ b/source/creator/Makefile
@@ -69,4 +69,8 @@ ifeq ($(WITH_BINRELOC), true)
CPPFLAGS += -I$(NANBLENDERHOME)/extern/binreloc/include -DWITH_BINRELOC
endif
+ifeq ($(WITH_TIFF), true)
+ CPPFLAGS += -DWITH_TIFF
+endif
+
CPPFLAGS += -I$(OPENGL_HEADERS)