From: Adam Dickmeiss Date: Tue, 15 Sep 2009 08:18:06 +0000 (+0200) Subject: Link add libyaz.la to yaz-ztest (fix #3036). X-Git-Tag: v3.0.49~11^2~4 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=ed14ef71dd40c863ee3b581bf5835406bd0ed3ea;ds=sidebyside Link add libyaz.la to yaz-ztest (fix #3036). --- diff --git a/ztest/Makefile.am b/ztest/Makefile.am index a08186e..1dddf95 100644 --- 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)