From 83a083fdd1ffbe8f6dee0841f2e739b924cc2bd1 Mon Sep 17 00:00:00 2001 From: ellson Date: Wed, 20 Aug 2008 01:53:50 +0000 Subject: [PATCH] mostly reverting previous change - found an easier way --- tclpkg/tkspline/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tclpkg/tkspline/Makefile.am b/tclpkg/tkspline/Makefile.am index 9f595887b..3321343c0 100644 --- a/tclpkg/tkspline/Makefile.am +++ b/tclpkg/tkspline/Makefile.am @@ -14,7 +14,7 @@ AM_CPPFLAGS = \ -I@TK_SRC_DIR@/generic \ -I@TCL_SRC_DIR@/generic \ @TCL_INCLUDES@ @TCLINT_INCLUDES@ \ - @TK_INCLUDES@ @TKINT_INCLUDES@ -I$(top_srcdir)/lib/tkstubs + @TK_INCLUDES@ @TKINT_INCLUDES@ -I$(top_srcdir)/tclpkg/tkstubs AM_CFLAGS = @X_CFLAGS@ @TCL_CFLAGS@ @TK_CFLAGS@ @TK_DEFS@ \ -UPACKAGE_NAME -UPACKAGE_STRING -UPACKAGE_TARNAME -UPACKAGE_VERSION @@ -28,8 +28,8 @@ endif libtkspline_la_LDFLAGS = -no-undefined libtkspline_la_SOURCES = tkspline.c libtkspline_la_LIBADD = \ - $(top_builddir)/lib/tkstubs/libtkstubs_C.la \ - $(top_builddir)/lib/tclstubs/libtclstubs_C.la @TK_LIB_SPEC@ + $(top_builddir)/tclpkg/tkstubs/libtkstubs_C.la \ + $(top_builddir)/tclpkg/tclstubs/libtclstubs_C.la @TK_LIB_SPEC@ if WITH_TK all-local: pkgIndex.tcl -- 2.50.0