From 0652dbc0809071b5e2f7084072ed9fb0b995701f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Fillod=2C=20F8CFE?= Date: Sun, 27 Jan 2002 23:53:14 +0000 Subject: [PATCH] added TCL libs and inc dirs git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@933 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- tcl/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tcl/Makefile.am b/tcl/Makefile.am index 05cc4fba6..d5d8a66f8 100644 --- a/tcl/Makefile.am +++ b/tcl/Makefile.am @@ -1,8 +1,9 @@ -INCLUDES = @INCLUDES@ -I/usr/include/tcl8.2 +INCLUDES = @INCLUDES@ -I@TCL_SRC_DIR@/generic lib_LTLIBRARIES = libhamlibtcl.la libhamlibtcl_la_SOURCES = hamlibtcl.c tclrig.c tclrot.c -libhamlibtcl_la_LDFLAGS = -no-undefined -module -version-info 0:0:0 +libhamlibtcl_la_LDFLAGS = -no-undefined -module -version-info 0:0:0 \ + @TCL_LIB_SPEC@ libhamlibtcl_la_LIBADD = ../src/libhamlib.la noinst_HEADERS = tclrig.h tclrot.h