diff options
author | Jamie Bullock <postlude@users.sourceforge.net> | 2012-10-10 17:08:51 +0000 |
---|---|---|
committer | Jamie Bullock <postlude@users.sourceforge.net> | 2012-10-10 17:08:51 +0000 |
commit | ad6cee696d1f34ac5863de8cd591c4f6065450bb (patch) | |
tree | f6e0528c728fd2c64f97ecc0ffc3efc0ea40703e /pluginhost~/Makefile | |
parent | 88b73ea61714227e3350d1f848ac7f9ccb31b155 (diff) |
- removed RELEASE and include/
- updated README with instructions on how to install dependencies
- version bump to 1.0
svn path=/trunk/externals/postlude/; revision=16380
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 = |