aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJamie Bullock <postlude@users.sourceforge.net>2012-10-10 10:05:13 +0000
committerJamie Bullock <postlude@users.sourceforge.net>2012-10-10 10:05:13 +0000
commit2039a8b08a38d3fabe8b09715f5f31ccaa0c8401 (patch)
treec242e4cb4865ffafc281a6e0c10fdb976dae0af3
parentd1be9b049de69bae970e7114294fa851a29f3247 (diff)
make the Makefile look in include/ for headers
svn path=/trunk/externals/postlude/; revision=16376
-rw-r--r--pluginhost~/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/pluginhost~/Makefile b/pluginhost~/Makefile
index 36ed0ab..dd8a50a 100644
--- a/pluginhost~/Makefile
+++ b/pluginhost~/Makefile
@@ -43,7 +43,7 @@ SHARED_LIB = lib$(LIBRARY_NAME).$(SHARED_EXTENSION)
#
#------------------------------------------------------------------------------#
-ALL_CFLAGS = -I"$(PD_INCLUDE)" -DHAVE_SYS_CLOSE_AUDIO -DHAVE_SYS_CLOSE_MIDI -g -O0
+ALL_CFLAGS = -I"$(PD_INCLUDE)" -I"include" -DHAVE_SYS_CLOSE_AUDIO -DHAVE_SYS_CLOSE_MIDI -g -O0
ALL_LDFLAGS =
SHARED_LDFLAGS =
ALL_LIBS =