From b2283c26010bc7551596ebd0eb6d38f52e9587fe 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/tclpathplan/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tclpkg/tclpathplan/Makefile.am b/tclpkg/tclpathplan/Makefile.am index 9867c8a6f..589c74607 100644 --- a/tclpkg/tclpathplan/Makefile.am +++ b/tclpkg/tclpathplan/Makefile.am @@ -21,7 +21,7 @@ libtclplan_la_SOURCES = find_ints.c intersect.c makecw.c tclpathplan.c wrapper.c libtclplan_la_LDFLAGS = -no-undefined libtclplan_la_LIBADD = \ $(top_builddir)/tclpkg/tclhandle/libtclhandle_C.la \ - $(top_builddir)/lib/tclstubs/libtclstubs_C.la \ + $(top_builddir)/tclpkg/tclstubs/libtclstubs_C.la \ $(top_builddir)/lib/pathplan/libpathplan.la if WITH_TCL -- 2.50.0