From 7f14f3572360d27de737e68569a854bde30112bb Mon Sep 17 00:00:00 2001 From: Wouter Bolsterlee Date: Wed, 13 Dec 2006 23:09:03 +0000 Subject: [PATCH] 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! --- ChangeLog | 8 ++++++++ Makefile.am | 2 +- test/Makefile.am | 6 ++++-- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index ff577e3f..345a2e89 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2006-12-13 Wouter Bolsterlee + + * Makefile.am: + * test/Makefile.am: + + Fight with autotools to fix make check. Make distcheck + works fine as well now! + 2006-12-13 Wouter Bolsterlee * shell/ev-view.c: (draw_end_presentation_page): diff --git a/Makefile.am b/Makefile.am index c2162923..0cd6f596 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = cut-n-paste po help data +SUBDIRS = cut-n-paste po help data test # Backends diff --git a/test/Makefile.am b/test/Makefile.am index dc0b1a3a..dfdb5804 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 -- 2.43.0