From b599ad5bbcbe06fcda67606074d463013902170b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Mon, 24 Jan 2011 17:37:06 +0000 Subject: add HAVE_SYS_CLOSE_MIDI svn path=/trunk/externals/iem/mediasettings/; revision=14808 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2d18f48..48911d3 100644 --- a/Makefile +++ b/Makefile @@ -47,7 +47,7 @@ INSTALL = install INSTALL_FILE = $(INSTALL) -p -m 644 INSTALL_DIR = $(INSTALL) -p -m 755 -d -CFLAGS = -DPD -I$(PD_PATH)/src -I$(prefix)/include/pd -Wall -W -g -DHAVE_SYS_CLOSE_AUDIO +CFLAGS = -DPD -I$(PD_PATH)/src -I$(prefix)/include/pd -Wall -W -g -DHAVE_SYS_CLOSE_AUDIO -DHAVE_SYS_CLOSE_MIDI LDFLAGS = LIBS = ALLSOURCES := $(SOURCES) -- cgit v1.2.1