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: v4.0.0~93 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=e790adb21d9a2f892e9d49bf9f39985928474b44 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)