aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-10-03 14:08:22 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-10-03 14:08:22 +0000
commitc968f78ef49ea027770f6350c74f9abc48f1ee35 (patch)
tree84716e7858db11155b9e5b3ea4b14b84c0bdfe84 /Makefile
parent910167aeb90ff232ec6710e6e2ba146e09260e14 (diff)
-I/usr/include/tcl8.5 so it builds on Debian-derivs
svn path=/trunk/externals/loaders/tclpd/; revision=15484
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 14167c5..12c3544 100644
--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,7 @@ EXTRA_DIST = tcl.i tcl_extras.h pdlib.tcl $(TCLPD_SOURCES) ChangeLog.txt AUTHORS
#
#------------------------------------------------------------------------------#
-ALL_CFLAGS = -I"$(PD_INCLUDE)" -std=c99
+ALL_CFLAGS = -I"$(PD_INCLUDE)" -std=c99 -I/usr/include/tcl8.5
ALL_LDFLAGS =
SHARED_LDFLAGS =
ALL_LIBS =