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
commitded518cce720415a9249bd7bb8948aa41d8e6bc5 (patch)
treef02b063348a19cf09c03cfa0b42775f0b3487381
parent5f7b18061c99dcdf8ac96b97c0147007ac2b79fb (diff)
re-added "/pd" to -I"$(PD_INCLUDE)/pd" to support the header location for 0.43
svn path=/trunk/externals/moonlib/; revision=14463
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index aefc7b4..5e955dd 100644
--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,7 @@ EXTRA_DIST = XFS.txt
#
#------------------------------------------------------------------------------#
-CFLAGS = -DPD -I"$(PD_INCLUDE)" -Wall -W -g
+CFLAGS = -DPD -I"$(PD_INCLUDE)/pd" -Wall -W -g
LDFLAGS =
LIBS =