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:
authorGuillermo S. Romero <gsr.b3d@infernal-iceberg.com>2010-02-28 03:48:05 +0300
committerGuillermo S. Romero <gsr.b3d@infernal-iceberg.com>2010-02-28 03:48:05 +0300
commit4ad5d16053876b3a8d55e3750e8f3132b12bbe8a (patch)
treeaece86b726ae82b647828f8675c5831dacca073a /source/blender/blenlib
parentbec3d213074e870305777d6d97ea415a4c0018a8 (diff)
Fix include path for GHOST include.
Diffstat (limited to 'source/blender/blenlib')
-rw-r--r--source/blender/blenlib/intern/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/intern/Makefile b/source/blender/blenlib/intern/Makefile
index 130f025d31b..7ef44aff881 100644
--- a/source/blender/blenlib/intern/Makefile
+++ b/source/blender/blenlib/intern/Makefile
@@ -52,7 +52,7 @@ CPPFLAGS += -I$(NAN_ZLIB)/include
CPPFLAGS += -I../../gpu
-CPPFLAGS += -I../../../intern/ghost
+CPPFLAGS += -I$(NAN_GHOST)/include
ifdef NAN_PTHREADS
CPPFLAGS += -I$(NAN_PTHREADS)/include