X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2FMakefile.am;h=b9b4db5f11561aa9c956871b077ae0a76efe18ab;hb=1015e59c397c0421df1be835e1418ef95531ad98;hp=47d405fcac5553ff244125620698ad3d230699fa;hpb=a39b278b1ab5c2df9a7f4451f903b94766f3c833;p=yaz-moved-to-github.git diff --git a/src/Makefile.am b/src/Makefile.am index 47d405f..b9b4db5 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,6 +1,5 @@ ## This file is part of the YAZ toolkit. -## Copyright (C) 1995-2007, Index Data, All rights reserved. -## $Id: Makefile.am,v 1.74 2008-03-05 10:41:45 adam Exp $ +## Copyright (C) 1995-2008 Index Data YAZ_VERSION_INFO=3:0:0 @@ -28,8 +27,9 @@ YAZCOMP_I = $(YAZCOMP) -d $(srcdir)/ill.tcl -i yaz -I$(top_srcdir)/include AM_CPPFLAGS=-I$(top_srcdir)/include $(XML2_CFLAGS) $(SSL_CFLAGS) libyaz_server_la_CFLAGS = $(PTHREAD_CFLAGS) +libyaz_server_la_LIBADD = libyaz.la libyaz_icu_la_CPPFLAGS = $(AM_CPPFLAGS) $(ICU_CPPFLAGS) -libyaz_icu_la_LIBADD = $(ICU_LIBS) +libyaz_icu_la_LIBADD = libyaz.la $(ICU_LIBS) AM_YFLAGS=-p cql_ @@ -72,7 +72,7 @@ libyaz_la_SOURCES=version.c options.c log.c \ marcdisp.c marc_read_xml.c marc_read_iso2709.c marc_read_line.c \ wrbuf.c oid_db.c \ nmemsdup.c xmalloc.c readconf.c tpath.c nmem.c matchstr.c atoin.c \ - siconv.c \ + siconv.c iconv-p.h utf8.c ucs4.c iso5428.c advancegreek.c \ odr_bool.c ber_bool.c ber_len.c ber_tag.c odr_util.c \ odr_null.c ber_null.c odr_int.c ber_int.c odr_tag.c odr_cons.c \ odr_seq.c odr_oct.c ber_oct.c odr_bit.c ber_bit.c odr_oid.c \ @@ -92,10 +92,12 @@ libyaz_la_SOURCES=version.c options.c log.c \ cqlstrer.c querytowrbuf.c \ tcpdchk.c \ test.c timing.c \ - xmlquery.c http.c \ + xmlquery.c xmlerror.c http.c \ mime.c mime.h oid_util.c tokenizer.c \ record_conv.c retrieval.c elementset.c snprintf.c query-charset.c \ - copy_types.c match_glob.c poll.c daemon.c + copy_types.c match_glob.c poll.c daemon.c \ + iconv_encode_marc8.c iconv_encode_iso_8859_1.c iconv_encode_wchar.c \ + iconv_decode_marc8.c libyaz_la_LDFLAGS=-version-info $(YAZ_VERSION_INFO)