X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2FMakefile.am;h=ab82905d75b1c7ea6d3bf5dae5cb7586032cab59;hp=3e8c349b667c7870adae929579c2ca36e9905586;hb=82aa6fe37332e0b2a79a14f3d50c3c9f54034817;hpb=951fce6496397a6d8c11e15ab5b60b46abc43467 diff --git a/src/Makefile.am b/src/Makefile.am index 3e8c349..ab82905 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,8 +1,8 @@ ## This file is part of the YAZ toolkit. ## Copyright (C) 1995-2007, Index Data, All rights reserved. -## $Id: Makefile.am,v 1.50 2007-01-09 13:56:48 adam Exp $ +## $Id: Makefile.am,v 1.54 2007-03-19 13:31:48 adam Exp $ -YAZ_VERSION_INFO=2:1:0 +YAZ_VERSION_INFO=3:0:0 lib_LTLIBRARIES = libyaz.la # noinst_PROGRAMS = cqlparse @@ -26,7 +26,6 @@ YAZCOMP=$(top_srcdir)/util/yaz-asncomp YAZCOMP_Z = $(YAZCOMP) -d $(srcdir)/z.tcl -i yaz -I$(top_srcdir)/include YAZCOMP_I = $(YAZCOMP) -d $(srcdir)/ill.tcl -i yaz -I$(top_srcdir)/include -AM_CFLAGS=$(THREAD_CFLAGS) AM_CPPFLAGS=-I$(top_srcdir)/include $(XML2_CFLAGS) $(SSL_CFLAGS) AM_YFLAGS=-p cql_ @@ -79,9 +78,9 @@ libyaz_la_SOURCES=version.c options.c log.c \ cqlstrer.c querytowrbuf.c \ eventl.c seshigh.c statserv.c requestq.c tcpdchk.c \ eventl.h service.c service.h session.h test.c timing.c \ - xmlquery.c \ + xmlquery.c http.c \ mime.c mime.h \ - record_conv.c retrieval.c elementset.c + record_conv.c retrieval.c elementset.c snprintf.c libyaz_la_LDFLAGS=-version-info $(YAZ_VERSION_INFO)