X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2FMakefile.am;h=d219b00316948a1ca4c4b2945fedf18a55ef1172;hp=9135bd3cd8c342c814ca46ce79b2f3f4d652fdc9;hb=e255616521c8ba665309bcaeccabb35b6efe35d7;hpb=4ccac02c44e3c3e5f4aea70f14300bc1f853c75b diff --git a/src/Makefile.am b/src/Makefile.am index 9135bd3..d219b00 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_ @@ -92,15 +92,17 @@ 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 sc.c libyaz_la_LDFLAGS=-version-info $(YAZ_VERSION_INFO) libyaz_server_la_SOURCES = statserv.c seshigh.c eventl.c \ - requestq.c eventl.h session.h service.c service.h mutex.c + requestq.c eventl.h session.h mutex.c libyaz_server_la_LDFLAGS=-version-info $(YAZ_VERSION_INFO)