From: Adam Dickmeiss Date: Thu, 3 Dec 2009 21:19:21 +0000 (+0100) Subject: Add libyaz.la to yaz-icu's LDADD list X-Git-Tag: v3.0.53~8 X-Git-Url: http://lists.indexdata.dk/?a=commitdiff_plain;h=1de3cc6f08c92475a0cf9afacac6b1bef2a14808;p=yaz-moved-to-github.git Add libyaz.la to yaz-icu's LDADD list yaz-icu uses libyaz.la symbols - not only libyaz_icu.la. This should fix Debian bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=556768 A similar problem was present for yaz-ztest, IDs bugzilla #3036. --- diff --git a/util/Makefile.am b/util/Makefile.am index 51e0b36..dce91fe 100644 --- a/util/Makefile.am +++ b/util/Makefile.am @@ -43,4 +43,4 @@ yaz_illclient_SOURCES = yaz-illclient.c yaz_illclient_LDADD = ../src/libyaz.la yaz_icu_SOURCES = yaz-icu.c -yaz_icu_LDADD =../src/libyaz_icu.la $(ICU_LIBS) +yaz_icu_LDADD =../src/libyaz_icu.la ../src/libyaz.la $(ICU_LIBS)