Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWouter Bolsterlee <wbolster@cvs.gnome.org>2006-12-13 23:09:03 (GMT)
committer Wouter Bolsterlee <wbolster@src.gnome.org>2006-12-13 23:09:03 (GMT)
commit7f14f3572360d27de737e68569a854bde30112bb (patch)
treee4a373e3b83481914a497cfcdbb5d73ade940bde
parentd501ed50a3c6127418c8e45f833094ddacdb99eb (diff)
Fight with autotools to fix make check. Make distcheck works fine as well
2006-12-13 Wouter Bolsterlee <wbolster@cvs.gnome.org> * Makefile.am: * test/Makefile.am: Fight with autotools to fix make check. Make distcheck works fine as well now!
-rw-r--r--ChangeLog8
-rw-r--r--Makefile.am2
-rw-r--r--test/Makefile.am6
3 files changed, 13 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index ff577e3..345a2e8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2006-12-13 Wouter Bolsterlee <wbolster@cvs.gnome.org>
+ * Makefile.am:
+ * test/Makefile.am:
+
+ Fight with autotools to fix make check. Make distcheck
+ works fine as well now!
+
+2006-12-13 Wouter Bolsterlee <wbolster@cvs.gnome.org>
+
* shell/ev-view.c: (draw_end_presentation_page):
Corrected "end of presentation" string.
diff --git a/Makefile.am b/Makefile.am
index c216292..0cd6f59 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 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