X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Ffilters%2FMakefile.am;fp=test%2Ffilters%2FMakefile.am;h=fd7aa60df2ca24b720504166a1f960b24d364100;hb=c23dcf8e79596d2ae1fc05596e1d60ed318962e7;hp=8dd2236b01d58a1b7860af75baebf4d887bea231;hpb=d1e1a6a2a574e8019e700abb9d8a9d03ba41aab5;p=idzebra-moved-to-github.git diff --git a/test/filters/Makefile.am b/test/filters/Makefile.am index 8dd2236..fd7aa60 100644 --- a/test/filters/Makefile.am +++ b/test/filters/Makefile.am @@ -1,13 +1,14 @@ -# $Id: Makefile.am,v 1.3 2006-07-03 14:27:21 adam Exp $ +# $Id: Makefile.am,v 1.4 2006-07-06 12:42:23 marc Exp $ -check_PROGRAMS = text grs.xml grs.marc +check_PROGRAMS = text grs.xml grs.xml.idzebra grs.marc TESTS = $(check_PROGRAMS) -EXTRA_DIST = zebra.cfg record.xml record.mrc +EXTRA_DIST = zebra.cfg record.xml record-idzebra.xml record.mrc text_SOURCES = text.c grs_xml_SOURCES = grs.xml.c +grs_xml_idzebra_SOURCES = grs.xml.idzebra.c grs_marc_SOURCES = grs.marc.c AM_CPPFLAGS = -I$(top_srcdir)/include $(YAZINC)