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
commita44f9ec3c881d3a57dd163f8217a40b5b75162dc (patch)
treef32ab1b85abebe14590d9dc50f3217baccb6edce
parent6d7ad33f907be93bea90f820fe395eb272d69e36 (diff)
re-added "/pd" to -I"$(PD_INCLUDE)/pd" to support the header location for 0.43
svn path=/trunk/externals/tkwidgets/; revision=14463
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 55a3e17..647f9c3 100644
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,7 @@ EXTRA_DIST = tkwidgets.h tkwidgets.c
#
#------------------------------------------------------------------------------#
-CFLAGS = -DPD -I"$(PD_INCLUDE)" -Wall -W -g
+CFLAGS = -DPD -I"$(PD_INCLUDE)/pd" -Wall -W -g
LDFLAGS =
LIBS =