aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2011-01-27 12:59:50 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2011-01-27 12:59:50 +0000
commit0044aada5cccf0513ed1fec4d921a842d5027f38 (patch)
tree005a32ee2c2cfda683a07affe0d7f878eb7a8d1e
parentb0321a8ff05e747cc393407ec1a51d831e72f284 (diff)
define sys_close(audio,midi)
svn path=/trunk/externals/iem/mediasettings/; revision=14829
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b431423..abb6768 100644
--- a/Makefile
+++ b/Makefile
@@ -30,6 +30,10 @@ EXTRA_DIST =
+DEFS = -DHAVE_SYS_CLOSE_AUDIO -DHAVE_SYS_CLOSE_MIDI
+
+
+
#------------------------------------------------------------------------------#
#
# things you might need to edit if you are using other C libraries
@@ -55,7 +59,7 @@ LIBS=
# get library version from meta file
LIBRARY_VERSION = $(shell sed -n 's|^\#X text [0-9][0-9]* [0-9][0-9]* VERSION \(.*\);|\1|p' $(LIBRARY_NAME)-meta.pd)
-ALL_CFLAGS += -DPD -DVERSION='"$(LIBRARY_VERSION)"'
+ALL_CFLAGS += -DPD -DVERSION='"$(LIBRARY_VERSION)"' $(DEFS)
PD_INCLUDE = $(PD_PATH)/include/pd
# where to install the library, overridden below depending on platform