From 4ad5d16053876b3a8d55e3750e8f3132b12bbe8a Mon Sep 17 00:00:00 2001 From: "Guillermo S. Romero" Date: Sun, 28 Feb 2010 00:48:05 +0000 Subject: [PATCH] Fix include path for GHOST include. --- source/blender/blenlib/intern/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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