Revision: 9974 http://pure-data.svn.sourceforge.net/pure-data/?rev=9974&view=rev Author: federico__ Date: 2008-06-07 23:50:59 -0700 (Sat, 07 Jun 2008)
Log Message: ----------- fix includes
Modified Paths: -------------- trunk/externals/tclpd/Makefile
Modified: trunk/externals/tclpd/Makefile =================================================================== --- trunk/externals/tclpd/Makefile 2008-06-08 06:46:53 UTC (rev 9973) +++ trunk/externals/tclpd/Makefile 2008-06-08 06:50:59 UTC (rev 9974) @@ -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++
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.