From 423bfcc9accac29a43b5d01c1134083f147a35e5 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Wed, 22 Feb 2012 10:01:12 +0100 Subject: test/Makefile.am: Add tests to "EXTRA_DIST" Add tests and the dummy data directory to "EXTRA_DIST" since we want these to be shipped in distribution tarballs. Spotted with `make distcheck`. Signed-off-by: Lukas Fleischer --- test/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/Makefile.am b/test/Makefile.am index 62d9729..5036478 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -24,3 +24,4 @@ check_SCRIPTS = $(TESTS) run_test_SOURCES = run-test.c +EXTRA_DIST = $(TESTS) data/apts data/conf data/todo -- cgit v1.2.3-54-g00ecf