From 137c9c9f3fd5b14373b1d8f10594087173d0200b Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 22 Nov 2010 01:54:53 +0000 Subject: re-added "/pd" to -I"$(PD_INCLUDE)/pd" to support the header location for 0.43 svn path=/trunk/externals/template/; revision=14463 --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index de8a6e4..0d941d3 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,8 @@ EXTRA_DIST = # #------------------------------------------------------------------------------# -CFLAGS = -DPD -I"$(PD_INCLUDE)" -Wall -W -g +# -I"$(PD_INCLUDE)/pd" supports the header location for 0.43 +CFLAGS = -DPD -I"$(PD_INCLUDE)/pd" -Wall -W -g LDFLAGS = LIBS = -- cgit v1.2.1