X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fsort%2FMakefile.am;h=48db43407cae18dc68db2f501880502560376a6a;hb=6d2a90b3e3802726c044e128d1a34f5f892f9f3f;hp=f3f433e45b273db3484929fea237a494e1039260;hpb=d9b85731ab7b965b1ae9bc1c283e39faf10a644a;p=idzebra-moved-to-github.git diff --git a/test/sort/Makefile.am b/test/sort/Makefile.am index f3f433e..48db434 100644 --- a/test/sort/Makefile.am +++ b/test/sort/Makefile.am @@ -1,10 +1,19 @@ -# $Id: Makefile.am,v 1.3 2004-07-28 09:47:41 adam Exp $ +# $Id: Makefile.am,v 1.6 2006-07-03 14:27:28 adam Exp $ -check_SCRIPTS = test1.sh +check_PROGRAMS = sort1 -TESTS = $(check_SCRIPTS) +TESTS = $(check_PROGRAMS) EXTRA_DIST = zebra.cfg default.idx string-hat.chr \ - rec1.xml rec2.xml rec3.xml rec4.xml zebra.cfg my.abs \ - $(check_SCRIPTS) + rec1.xml rec2.xml rec3.xml rec4.xml zebra.cfg my.abs +sort1_SOURCES = sort1.c + +AM_CPPFLAGS = -I$(top_srcdir)/include $(YAZINC) + +LDADD = ../api/libtestlib.a ../../$(main_zebralib) $(YAZLALIB) + +clean-local: + -rm -rf *.LCK + -rm -rf *.log + -rm -rf *.mf