diff options
Diffstat (limited to 'pluginhost~/Makefile')
-rw-r--r-- | pluginhost~/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pluginhost~/Makefile b/pluginhost~/Makefile index dd8a50a..a3c00b6 100644 --- a/pluginhost~/Makefile +++ b/pluginhost~/Makefile @@ -27,7 +27,7 @@ MANUAL = # list them here. This can be anything from header files, test patches, # documentation, etc. README.txt and LICENSE.txt are required and therefore # automatically included -EXTRA_DIST = RELEASE handlers_osc.h handlers_pd.h jutils.h ph_common.h +EXTRA_DIST = handlers_osc.h handlers_pd.h jutils.h ph_common.h # unit tests and related files here, in the 'unittests' subfolder UNITTESTS = @@ -43,7 +43,7 @@ SHARED_LIB = lib$(LIBRARY_NAME).$(SHARED_EXTENSION) # #------------------------------------------------------------------------------# -ALL_CFLAGS = -I"$(PD_INCLUDE)" -I"include" -DHAVE_SYS_CLOSE_AUDIO -DHAVE_SYS_CLOSE_MIDI -g -O0 +ALL_CFLAGS = -I"$(PD_INCLUDE)" -DHAVE_SYS_CLOSE_AUDIO -DHAVE_SYS_CLOSE_MIDI -g -O0 ALL_LDFLAGS = SHARED_LDFLAGS = ALL_LIBS = |