aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorN.N. <federico__@users.sourceforge.net>2008-06-08 06:50:59 +0000
committerN.N. <federico__@users.sourceforge.net>2008-06-08 06:50:59 +0000
commitee4743da3b75b9a001210ad878ba232242e36e59 (patch)
treebfa417abc72430c02b03e99775cf3e01a0d3324c /Makefile
parent639a776cff4e731393afeaa643c0f7484172d7b9 (diff)
fix includes
svn path=/trunk/externals/tclpd/; revision=9974
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7fc0d7e..7395ed7 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
#!/usr/bin/make
TCL_VERSION := $(shell echo 'puts $$tcl_version' | tclsh)
-INCLUDES = -I../../pd/src -I/usr/include/tcl$(TCL_VERSION)
+INCLUDES = -I../../pd/src -I/usr/include -I/usr/include/tcl$(TCL_VERSION)
CFLAGS += $(INCLUDES) -xc++ -funroll-loops -fno-operator-names -fno-omit-frame-pointer -falign-functions=16 -O2 -Wall -fPIC
LDSOFLAGS += -lm -ltcl$(TCL_VERSION)
CXX = g++