diff options
Diffstat (limited to 'pluginhost~')
-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 = |