From f7aa6f63af514f24b106b8068f610e23f7a39832 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 27 Jan 2006 17:31:37 +0000 Subject: [PATCH] Added xmlquery.c in build --- src/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index a24c874..2195611 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,6 +1,6 @@ ## This file is part of the YAZ toolkit. ## Copyright (C) 1994-2005, Index Data, All rights reserved. -## $Id: Makefile.am,v 1.25 2006-01-20 10:34:51 adam Exp $ +## $Id: Makefile.am,v 1.26 2006-01-27 17:31:37 adam Exp $ YAZ_VERSION_INFO=2:0:0 @@ -64,7 +64,9 @@ libyaz_la_SOURCES=version.c options.c log.c marcdisp.c oid.c wrbuf.c \ cql.y cqlstdio.c cqltransform.c cqlutil.c xcqlutil.c cqlstring.c \ cqlstrer.c querytowrbuf.c \ eventl.c seshigh.c statserv.c requestq.c tcpdchk.c \ - eventl.h service.c service.h session.h + eventl.h service.c service.h session.h \ + xmlquery.c + libyaz_la_LDFLAGS=-version-info $(YAZ_VERSION_INFO) # This library is only built and installed for backwards -- 1.7.10.4