From 2039a8b08a38d3fabe8b09715f5f31ccaa0c8401 Mon Sep 17 00:00:00 2001 From: Jamie Bullock Date: Wed, 10 Oct 2012 10:05:13 +0000 Subject: make the Makefile look in include/ for headers svn path=/trunk/externals/postlude/; revision=16376 --- pluginhost~/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pluginhost~/Makefile b/pluginhost~/Makefile index 36ed0ab..dd8a50a 100644 --- a/pluginhost~/Makefile +++ b/pluginhost~/Makefile @@ -43,7 +43,7 @@ SHARED_LIB = lib$(LIBRARY_NAME).$(SHARED_EXTENSION) # #------------------------------------------------------------------------------# -ALL_CFLAGS = -I"$(PD_INCLUDE)" -DHAVE_SYS_CLOSE_AUDIO -DHAVE_SYS_CLOSE_MIDI -g -O0 +ALL_CFLAGS = -I"$(PD_INCLUDE)" -I"include" -DHAVE_SYS_CLOSE_AUDIO -DHAVE_SYS_CLOSE_MIDI -g -O0 ALL_LDFLAGS = SHARED_LDFLAGS = ALL_LIBS = -- cgit v1.2.1