aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-11-22 01:54:53 +0000
committerIOhannes m zmölnig <zmoelnig@iem.at>2015-10-14 13:53:22 +0200
commit3985f790deaab15905959e70d2f2288cb57f4733 (patch)
treecf00976b4e48bc398d7c6a16f4f853e7f8c530fb
parentbcb36add25f5f7538ff13a0f9828db8a06830c03 (diff)
re-added "/pd" to -I"$(PD_INCLUDE)/pd" to support the header location for 0.43
svn path=/trunk/externals/maxlib/; revision=14463
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6bd550a..793bf3d 100644
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,7 @@ EXTRA_DIST = HISTORY automata.txt examplescore.txt maxlib-help.pd maxlib.c maxli
#
#------------------------------------------------------------------------------#
-CFLAGS = -DPD -I"$(PD_INCLUDE)" -Wall -W -g
+CFLAGS = -DPD -I"$(PD_INCLUDE)/pd" -Wall -W -g
LDFLAGS =
LIBS =