From 199c1b8d3d69113110d3c8be57528ac83f8ca145 Mon Sep 17 00:00:00 2001 From: Mathias Palm Date: Sun, 10 Feb 2013 20:10:12 +0100 Subject: Ease distribution of libvformat * Remove AC_PROG_RANLIB as there is no need for ranlib when libtool is used. * Remove unused AC_CONFIG_FILES. * Remove files generated when testing the library in clean rule. --- test/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'test') diff --git a/test/Makefile.am b/test/Makefile.am index 883a1a7..407e901 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -4,4 +4,8 @@ vformat_SOURCE = testsuppt.c vformat.c vformat_LDADD = ../src/.libs/libvformat.a testsuppt.o EXTRA_DIST = testsuppt.c testsuppt.h tests/access/*.vcf tests/adhoc/*.vc* tests/spec/*.vcf tests/utf-8/*.vcf -TESTS = vformat \ No newline at end of file +TESTS = vformat + +clean-local: + find . -name *out* -exec rm -f {} ';' + rm -f *.vcf -- cgit v1.1-32-gdbae