From 8a02f82636dda1932594bf240c046c16f476dba7 Mon Sep 17 00:00:00 2001 From: Kent Mein Date: Thu, 17 Jul 2003 14:47:19 +0000 Subject: [PATCH] Added $(NAN_SDLCFLAGS) to CPPFLAGS so that my machine could find the SDL headers (SDL.h) Kent --- source/blender/src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blender/src/Makefile b/source/blender/src/Makefile index be76b28da29..7bf75126752 100644 --- a/source/blender/src/Makefile +++ b/source/blender/src/Makefile @@ -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