X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2FMakefile.am;h=3ccaf39b87b447a2977ddc85892b181ecb074aa0;hp=b94e6d4355761d1a17c3ad705343109af236afc2;hb=4d994a119a1949522fe229270983ba1b1b399c6a;hpb=60695a8a76312b7a2efd29ccbdf1b4313e6c4665 diff --git a/src/Makefile.am b/src/Makefile.am index b94e6d4..3ccaf39 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,8 +1,8 @@ ## This file is part of the YAZ toolkit. ## Copyright (C) 1994-2006, Index Data, All rights reserved. -## $Id: Makefile.am,v 1.31 2006-04-20 08:24:31 adam Exp $ +## $Id: Makefile.am,v 1.34 2006-05-03 09:04:33 heikki Exp $ -YAZ_VERSION_INFO=2:0:0 +YAZ_VERSION_INFO=2:1:0 lib_LTLIBRARIES = libyaz.la libyazthread.la # noinst_PROGRAMS = cqlparse @@ -71,7 +71,9 @@ libyaz_la_SOURCES=version.c options.c log.c marcdisp.c oid.c wrbuf.c \ eventl.c seshigh.c statserv.c requestq.c tcpdchk.c \ eventl.h service.c service.h session.h test.c \ xmlquery.c \ - mime.c mime.h + mime.c mime.h \ + nfa.c \ + record_conv.c libyaz_la_LDFLAGS=-version-info $(YAZ_VERSION_INFO)