From ee4743da3b75b9a001210ad878ba232242e36e59 Mon Sep 17 00:00:00 2001 From: "N.N." Date: Sun, 8 Jun 2008 06:50:59 +0000 Subject: fix includes svn path=/trunk/externals/tclpd/; revision=9974 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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++ -- cgit v1.2.1