From 1f8fbdc72892099fcc9dbca53d098e1e4693837b Mon Sep 17 00:00:00 2001 From: Marc Cromme Date: Fri, 1 Feb 2008 10:00:23 +0000 Subject: [PATCH] added OAI-PMH example in build system --- configure.ac | 11 +++++++---- examples/Makefile.am | 2 +- examples/oai-pmh/Makefile.am | 4 +++- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/configure.ac b/configure.ac index 3b5f594..66f41b0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl Zebra, Index Data ApS, 1995-2008 -dnl $Id: configure.ac,v 1.75 2008-01-28 14:19:59 adam Exp $ +dnl $Id: configure.ac,v 1.76 2008-02-01 10:00:23 marc Exp $ dnl AC_PREREQ(2.60) AC_INIT([idzebra],[2.0.26],[zebra-help@indexdata.dk]) @@ -324,9 +324,12 @@ AC_OUTPUT([ test/marcxml/Makefile test/charmap/Makefile test/codec/Makefile test/espec/Makefile test/filters/Makefile - examples/Makefile examples/gils/Makefile examples/zthes/Makefile - examples/marc21/Makefile examples/marcxml/Makefile - examples/alvis-oai/Makefile + examples/Makefile + examples/gils/Makefile + examples/marc21/Makefile + examples/marcxml/Makefile + examples/oai-pmh/Makefile + examples/zthes/Makefile idzebra.spec idzebra-config-2.0 Doxyfile diff --git a/examples/Makefile.am b/examples/Makefile.am index a8d8a4b..c7e8a3c 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -1,5 +1,5 @@ -SUBDIRS = alvis-oai gils zthes marc21 marcxml +SUBDIRS = gils marc21 marcxml oai-pmh zthes EXTRA_DIST = README diff --git a/examples/oai-pmh/Makefile.am b/examples/oai-pmh/Makefile.am index 7486afd..71ce852 100644 --- a/examples/oai-pmh/Makefile.am +++ b/examples/oai-pmh/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.1 2008-02-01 09:55:30 marc Exp $ +# $Id: Makefile.am,v 1.2 2008-02-01 10:00:24 marc Exp $ EXTRA_DIST = README \ conf/yazserver.xml \ @@ -9,6 +9,8 @@ EXTRA_DIST = README \ conf/oai2index.xsl \ conf/oai2zebra.xsl \ conf/zebra.cfg \ + data/debug-record.xml \ + data/debug-utf8-record.xml \ data/oai-caltech.xml -- 1.7.10.4