Fix include path for GHOST include.

This commit is contained in:
Guillermo S. Romero 2010-02-28 00:48:05 +00:00
parent bec3d21307
commit 4ad5d16053

@ -52,7 +52,7 @@ CPPFLAGS += -I$(NAN_ZLIB)/include
CPPFLAGS += -I../../gpu CPPFLAGS += -I../../gpu
CPPFLAGS += -I../../../intern/ghost CPPFLAGS += -I$(NAN_GHOST)/include
ifdef NAN_PTHREADS ifdef NAN_PTHREADS
CPPFLAGS += -I$(NAN_PTHREADS)/include CPPFLAGS += -I$(NAN_PTHREADS)/include