Renamed files for sort tests.
[idzebra-moved-to-github.git] / test / sort2 / Makefile.am
1
2 check_PROGRAMS = test_sort2
3
4 TESTS = $(check_PROGRAMS)
5
6 EXTRA_DIST = test_sort2.cfg test_sort2.idx \
7  test_sort2_rec.xml test_sort2.cfg sort2.abs test_sort2.chr
8
9 test_sort2_SOURCES = test_sort2.c
10
11 AM_CPPFLAGS = -I$(top_srcdir)/include $(YAZINC)
12
13 LDADD = ../api/libtestlib.a ../../$(main_zebralib) $(YAZLALIB)
14
15 clean-local:
16         -rm -rf *.LCK 
17         -rm -rf *.log 
18         -rm -rf *.mf 
19