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:
authorMaarten Gribnau <mail@maartengribnau.com>2002-11-29 23:51:40 +0300
committerMaarten Gribnau <mail@maartengribnau.com>2002-11-29 23:51:40 +0300
commit07049dda832dc3709b3340400fb3e593c87a4467 (patch)
tree10eadb11a1ce9d9cd08ee2c8408d9dd6e26008bf /source/blender/src/Makefile
parent651fa32eaa054e27d3d4ba8afd0f3ce56ad02f07 (diff)
Somehow the img directory got lost from the list of include paths
Maarten
Diffstat (limited to 'source/blender/src/Makefile')
-rw-r--r--source/blender/src/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/src/Makefile b/source/blender/src/Makefile
index 4741f695a75..5f233970c2d 100644
--- a/source/blender/src/Makefile
+++ b/source/blender/src/Makefile
@@ -69,6 +69,7 @@ CPPFLAGS += -I../blenlib
CPPFLAGS += -I../bpython/include
CPPFLAGS += -I../makesdna
CPPFLAGS += -I../imbuf
+CPPFLAGS += -I../img
CPPFLAGS += -I../blenloader
CPPFLAGS += -I../verify
CPPFLAGS += -I..