aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-09-08 04:10:36 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-09-08 04:10:36 +0000
commitedb04a8dd9f56e5490bf9f3ee8ae64afb518846b (patch)
tree219db897182cf86dae107775bfd3cc072378fb97
parent584a32c05cf40dadfe8056596024d1d5a5dfa55b (diff)
use /pd since this lib needs other headers besides m_pd.h
svn path=/trunk/externals/pddp/; revision=14000
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7faface..569db31 100644
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,7 @@ EXTRA_DIST = parse_meta.pd pddplink.tcl
#
#------------------------------------------------------------------------------#
-CFLAGS = -DPD -I"$(PD_INCLUDE)" -Wall -W -g
+CFLAGS = -DPD -I"$(PD_INCLUDE)/pd" -Wall -W -g
LDFLAGS =
LIBS =