From ad6cee696d1f34ac5863de8cd591c4f6065450bb Mon Sep 17 00:00:00 2001 From: Jamie Bullock Date: Wed, 10 Oct 2012 17:08:51 +0000 Subject: - 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 --- pluginhost~/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pluginhost~/Makefile') 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 = -- cgit v1.2.1