projects
/
yaz-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:
fa45ad3
)
Link add libyaz.la to yaz-ztest (fix #3036).
author
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 15 Sep 2009 08:18:06 +0000
(10:18 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 15 Sep 2009 08:18:06 +0000
(10:18 +0200)
ztest/Makefile.am
patch
|
blob
|
history
diff --git
a/ztest/Makefile.am
b/ztest/Makefile.am
index
a08186e
..
1dddf95
100644
(file)
--- a/
ztest/Makefile.am
+++ b/
ztest/Makefile.am
@@
-9,6
+9,6
@@
gfs_example_SOURCES=gfs-example.c
EXTRA_DIST=dummy-records dummy-words dummy-grs ztest.pem config1.xml
-LDADD=../src/libyaz_server.la $(PTHREAD_LIBS)
+LDADD=../src/libyaz_server.la ../src/libyaz.la $(PTHREAD_LIBS)
AM_CPPFLAGS=-I$(top_srcdir)/include $(XML2_CFLAGS)