X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fxpath%2FMakefile.am;h=82a342000458d342c3447c1b6ea27a5bfcacff6a;hb=cf7ec53452a6180dad6592df0458ac56a3b7963b;hp=79ce1275314d839079a8a5a7e13620ce5729f2ac;hpb=39c4f4a6ae9f8e7eef4e2b93fad959be5ca3ee09;p=idzebra-moved-to-github.git diff --git a/test/xpath/Makefile.am b/test/xpath/Makefile.am index 79ce127..82a3420 100644 --- a/test/xpath/Makefile.am +++ b/test/xpath/Makefile.am @@ -1,16 +1,17 @@ -# $Id: Makefile.am,v 1.10 2004-12-02 14:05:04 adam Exp $ +# $Id: Makefile.am,v 1.11 2004-12-15 13:07:07 adam Exp $ -check_PROGRAMS = xpath1 xpath2 xpath3 xpath4 xpath5 +check_PROGRAMS = xpath1 xpath2 xpath3 xpath4 xpath5 xpath6 TESTS = $(check_PROGRAMS) -EXTRA_DIST=zebraxpath.cfg +EXTRA_DIST=zebra.cfg rec1.xml rec2.xml assembled.abs xpath1_SOURCES = xpath1.c xpath2_SOURCES = xpath2.c xpath3_SOURCES = xpath3.c xpath4_SOURCES = xpath4.c xpath5_SOURCES = xpath5.c +xpath6_SOURCES = xpath6.c AM_CPPFLAGS = -I$(top_srcdir)/include $(YAZINC)