aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-11-22 01:54:53 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-11-22 01:54:53 +0000
commit137c9c9f3fd5b14373b1d8f10594087173d0200b (patch)
tree05d61060d8fd6dceae781d1fdd900c921a25d935
parent2e6810edac2613389f861ecfaf44cb25d1a5bc2c (diff)
re-added "/pd" to -I"$(PD_INCLUDE)/pd" to support the header location for 0.43
svn path=/trunk/externals/template/; revision=14463
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
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 =