diff options
author | Jamie Bullock <postlude@users.sourceforge.net> | 2012-10-10 10:05:13 +0000 |
---|---|---|
committer | Jamie Bullock <postlude@users.sourceforge.net> | 2012-10-10 10:05:13 +0000 |
commit | 2039a8b08a38d3fabe8b09715f5f31ccaa0c8401 (patch) | |
tree | c242e4cb4865ffafc281a6e0c10fdb976dae0af3 /pluginhost~/Makefile | |
parent | d1be9b049de69bae970e7114294fa851a29f3247 (diff) |
make the Makefile look in include/ for headers
svn path=/trunk/externals/postlude/; revision=16376
Diffstat (limited to 'pluginhost~/Makefile')
-rw-r--r-- | pluginhost~/Makefile | 2 |
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 = |