From d1191d5f31177b3e839b32e09b2e39ce60ee91a3 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 27 Jan 2006 17:31:52 +0000 Subject: [PATCH] Added xmlquery.h,test.h in build --- include/yaz/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/yaz/Makefile.am b/include/yaz/Makefile.am index c146ba3..3a71989 100644 --- a/include/yaz/Makefile.am +++ b/include/yaz/Makefile.am @@ -1,11 +1,12 @@ -## $Id: Makefile.am,v 1.26 2006-01-20 10:34:51 adam Exp $ +## $Id: Makefile.am,v 1.27 2006-01-27 17:31:52 adam Exp $ pkginclude_HEADERS= backend.h ccl.h cql.h comstack.h \ diagbib1.h diagsrw.h sortspec.h log.h logrpn.h marcdisp.h nmem.h odr.h \ oid.h options.h otherinfo.h pquery.h prt-ext.h querytowrbuf.h \ readconf.h statserv.h \ - tcpip.h unix.h tpath.h wrbuf.h xmalloc.h \ + tcpip.h test.h unix.h tpath.h wrbuf.h xmalloc.h \ yaz-ccl.h yaz-iconv.h yaz-util.h yaz-version.h yconfig.h proto.h \ + xmlquery.h \ \ ill.h ill-core.h item-req.h z-accdes1.h z-accform1.h \ z-acckrb1.h z-core.h z-date.h z-diag1.h z-espec1.h z-estask.h z-exp.h \ -- 1.7.10.4