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
commitf3b011b484970a48d16980441cff63f3a99080b3 (patch)
treebb73a9337d3ddbfa56dd3498f0b562a52bf54d8e
parent2401e064a45295b5718398a6492f3786d36eefea (diff)
re-added "/pd" to -I"$(PD_INCLUDE)/pd" to support the header location for 0.43
svn path=/trunk/externals/ext13/; revision=14463
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ea8be17..c7b3201 100644
--- a/Makefile
+++ b/Makefile
@@ -37,7 +37,7 @@ EXTRA_DIST = d_global13.h stream13.h ext13.h ext13.c ext13-help.pd CHANGES
#
#------------------------------------------------------------------------------#
-CFLAGS = -DPD -I"$(PD_INCLUDE)" -Wall -W -g
+CFLAGS = -DPD -I"$(PD_INCLUDE)/pd" -Wall -W -g
LDFLAGS =
LIBS =