projects
/
idzebra-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
322abc6
)
Added TCL_LIB for zebrash
author
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 10 Feb 2003 09:42:42 +0000
(09:42 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 10 Feb 2003 09:42:42 +0000
(09:42 +0000)
index/Makefile.am
patch
|
blob
|
history
diff --git
a/index/Makefile.am
b/index/Makefile.am
index
57d46b3
..
227c635
100644
(file)
--- 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)