From c968f78ef49ea027770f6350c74f9abc48f1ee35 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 3 Oct 2011 14:08:22 +0000 Subject: -I/usr/include/tcl8.5 so it builds on Debian-derivs svn path=/trunk/externals/loaders/tclpd/; revision=15484 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = -- cgit v1.2.1