diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-11-22 01:54:53 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-11-22 01:54:53 +0000 |
commit | a44f9ec3c881d3a57dd163f8217a40b5b75162dc (patch) | |
tree | f32ab1b85abebe14590d9dc50f3217baccb6edce | |
parent | 6d7ad33f907be93bea90f820fe395eb272d69e36 (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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 = |