diff options
author | N.N. <federico__@users.sourceforge.net> | 2008-06-08 06:50:59 +0000 |
---|---|---|
committer | N.N. <federico__@users.sourceforge.net> | 2008-06-08 06:50:59 +0000 |
commit | ee4743da3b75b9a001210ad878ba232242e36e59 (patch) | |
tree | bfa417abc72430c02b03e99775cf3e01a0d3324c | |
parent | 639a776cff4e731393afeaa643c0f7484172d7b9 (diff) |
fix includes
svn path=/trunk/externals/tclpd/; revision=9974
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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++ |