Added $(NAN_SDLCFLAGS) to CPPFLAGS so that my machine

could find the SDL headers (SDL.h)

Kent
This commit is contained in:
Kent Mein 2003-07-17 14:47:19 +00:00
parent d0c6cf7758
commit 8a02f82636

@ -59,7 +59,7 @@ endif
CPPFLAGS += -I$(NAN_PYTHON)/include/python$(NAN_PYTHON_VERSION)
CPPFLAGS += -I$(NAN_GHOST)/include
CPPFLAGS += -I$(NAN_BMFONT)/include
CPPFLAGS += -I$(NAN_SOUNDSYSTEM)/include
CPPFLAGS += -I$(NAN_SOUNDSYSTEM)/include $(NAN_SDLCFLAGS)
# External interfaces of modules:
CPPFLAGS += -I../render/extern/include