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:
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
parentbb852842283f4a42db0e3214a697b98e779d0a00 (diff)
Makefiles: make sure syntax is correct...
Diffstat (limited to 'source')
-rw-r--r--source/blender/blenkernel/intern/Makefile2
-rw-r--r--source/creator/Makefile4
2 files changed, 5 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/Makefile b/source/blender/blenkernel/intern/Makefile
index ea06cb79781..15c022592f9 100644
--- a/source/blender/blenkernel/intern/Makefile
+++ b/source/blender/blenkernel/intern/Makefile
@@ -132,7 +132,7 @@ ifeq ($(WITH_QUICKTIME), true)
CPPFLAGS += -DWITH_QUICKTIME
endif
-ifeq ($(WITH_TIFF), true
+ifeq ($(WITH_TIFF), true)
CPPFLAGS += -DWITH_TIFF
endif
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)