From 9bbaa63b531cc24a1bc79e0447a9d6fbde113a3f Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 10 Feb 2003 09:42:42 +0000 Subject: [PATCH] Added TCL_LIB for zebrash --- index/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index/Makefile.am b/index/Makefile.am index 57d46b3..227c635 100644 --- a/index/Makefile.am +++ b/index/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.19 2003-02-06 16:58:57 heikki Exp $ +## $Id: Makefile.am,v 1.20 2003-02-10 09:42:42 adam Exp $ noinst_PROGRAMS = apitest kdump @@ -27,7 +27,7 @@ kdump_SOURCES=kdump.c kcompare.c AM_CPPFLAGS = -I$(srcdir)/../include $(YAZINC) $(TCL_INCLUDE) -DDEFAULT_PROFILE_PATH=\"$(pkgdatadir)/tab\" -zebrash_LDADD= libzebra.a $(YAZLIB) $(READLINE_LIBS) +zebrash_LDADD= libzebra.a $(YAZLIB) $(READLINE_LIBS) $(TCL_LIB) LDADD = libzebra.a $(YAZLIB) $(TCL_LIB) -- 1.7.10.4