X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=src%2FMakefile.am;h=c4fa09dd1b94386c49409dd295238570033962e0;hb=0ffb25b0bf78f53399267664b71206c88980c4da;hp=b9ec18b3203c11d2f440018c6e35e10b40b1fb1b;hpb=c618d4743a6dff2764d4a95d8bcf4fc441fcd8db;p=yaz-moved-to-github.git diff --git a/src/Makefile.am b/src/Makefile.am index b9ec18b..c4fa09d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,10 +1,10 @@ ## This file is part of the YAZ toolkit. ## Copyright (C) 1995-2007, Index Data, All rights reserved. -## $Id: Makefile.am,v 1.63 2007-04-18 08:08:02 adam Exp $ +## $Id: Makefile.am,v 1.69 2007-10-22 12:21:39 adam Exp $ YAZ_VERSION_INFO=3:0:0 -lib_LTLIBRARIES = libyaz.la libyaz_server.la +lib_LTLIBRARIES = libyaz.la libyaz_server.la libyaz_icu.la dist-hook: test -f $(srcdir)/cql.c || exit 1 @@ -28,7 +28,7 @@ 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_icu_la_CPPFLAGS = $(AM_CPPFLAGS) $(ICU_CPPFLAGS) AM_YFLAGS=-p cql_ @@ -42,7 +42,7 @@ marc8r.c: charconv.tcl codetables.xml # Generate OID database from CSV oid_std.c $(top_srcdir)/include/yaz/oid_std.h: oidtoc.tcl oid.csv - $(TCLSH) $(srcdir)/oidtoc.tcl $(srcdir) oid.csv oid_std.c oid_std.h + $(TCLSH) $(srcdir)/oidtoc.tcl $(srcdir) $(srcdir)/oid.csv oid_std.c oid_std.h # Generate diagnostics from CSVs diagbib1.c $(top_srcdir)/include/yaz/diagbib1.h: csvtobib1.tcl bib1.csv @@ -85,15 +85,16 @@ libyaz_la_SOURCES=version.c options.c log.c \ otherinfo.c pquery.c sortspec.c charneg.c initopt.c \ zoom-c.c zoom-socket.c zoom-opt.c zoom-p.h \ grs1disp.c zgdu.c soap.c srw.c srwutil.c \ - opacdisp.c cclfind.c ccltoken.c cclerrms.c cclqual.c cclptree.c \ - cclqfile.c cclstr.c cclxmlconfig.c \ + opacdisp.c cclfind.c ccltoken.c cclerrms.c cclqual.c cclptree.c cclp.h \ + cclqfile.c cclstr.c cclxmlconfig.c ccl_stop_words.c \ cql.y cqlstdio.c cqltransform.c cqlutil.c xcqlutil.c cqlstring.c \ cqlstrer.c querytowrbuf.c \ tcpdchk.c \ test.c timing.c \ xmlquery.c http.c \ - mime.c mime.h oid_util.c \ - record_conv.c retrieval.c elementset.c snprintf.c query-charset.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 libyaz_la_LDFLAGS=-version-info $(YAZ_VERSION_INFO) @@ -102,6 +103,9 @@ libyaz_server_la_SOURCES = statserv.c seshigh.c eventl.c \ libyaz_server_la_LDFLAGS=-version-info $(YAZ_VERSION_INFO) +libyaz_icu_la_SOURCES = icu_I18N.c +libyaz_icu_la_LDFLAGS=-version-info $(YAZ_VERSION_INFO) + # Rules for Z39.50 V3 z-accdes1.c \ z-accform1.c \