From 7f14f3572360d27de737e68569a854bde30112bb Mon Sep 17 00:00:00 2001 From: Wouter Bolsterlee Date: Wed, 13 Dec 2006 23:09:03 +0000 Subject: Fight with autotools to fix make check. Make distcheck works fine as well 2006-12-13 Wouter Bolsterlee * Makefile.am: * test/Makefile.am: Fight with autotools to fix make check. Make distcheck works fine as well now! --- (limited to 'test') diff --git a/test/Makefile.am b/test/Makefile.am index dc0b1a3..dfdb580 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,4 +1,6 @@ -TESTS = test1.py test2.py +dist_check_SCRIPTS = test1.py test2.py -EXTRA_DIST = test-encrypted.pdf test-links.pdf \ No newline at end of file +TESTS = $(dist_check_SCRIPTS) + +EXTRA_DIST = test-encrypt.pdf test-links.pdf -- cgit v0.9.1