From 0044aada5cccf0513ed1fec4d921a842d5027f38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Thu, 27 Jan 2011 12:59:50 +0000 Subject: define sys_close(audio,midi) svn path=/trunk/externals/iem/mediasettings/; revision=14829 --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- cgit v1.2.1