From 6b7e7a447e35a0b698b94363a4a4a8dc33984fc6 Mon Sep 17 00:00:00 2001 From: oetiker Date: Thu, 5 Jul 2007 15:14:02 +0000 Subject: [PATCH] fix tcl build system git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2@1139 a5681a0c-68f1-0310-ab6d-d61299d08faa --- program/bindings/tcl/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/program/bindings/tcl/Makefile.am b/program/bindings/tcl/Makefile.am index c73a6e2e..3e183c68 100644 --- a/program/bindings/tcl/Makefile.am +++ b/program/bindings/tcl/Makefile.am @@ -12,11 +12,12 @@ TCL_SHLIB_SUFFIX = @TCL_SHLIB_SUFFIX@ TCL_PACKAGE_PATH = @TCL_PACKAGE_PATH@ TCL_LD_SEARCH_FLAGS = @TCL_LD_SEARCH_FLAGS@ TCL_STUB_LIB_SPEC = @TCL_STUB_LIB_SPEC@ +TCL_INC_DIR = @TCL_INC_DIR@ CLEANFILES = tclrrd.o tclrrd.so SRC_DIR = $(top_srcdir)/src -AM_CPPFLAGS = -I$(TCL_PREFIX)/include -I$(SRC_DIR) -DUSE_TCL_STUBS +AM_CPPFLAGS = -I$(TCL_INC_DIR) -I$(SRC_DIR) -DUSE_TCL_STUBS LIBDIRS = -L$(top_builddir)/src/.libs -L$(top_builddir)/src -L$(libdir) LIB_RUNTIME_DIR = $(libdir) -- 2.30.2