]> www.fi.muni.cz Git - evince.git/commitdiff
Fight with autotools to fix make check. Make distcheck works fine as well
authorWouter Bolsterlee <wbolster@cvs.gnome.org>
Wed, 13 Dec 2006 23:09:03 +0000 (23:09 +0000)
committerWouter Bolsterlee <wbolster@src.gnome.org>
Wed, 13 Dec 2006 23:09:03 +0000 (23:09 +0000)
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!

ChangeLog
Makefile.am
test/Makefile.am

index ff577e3f101669998f24d0402e371c81fa0a2caf..345a2e8985dcc6d0c39e3810d7be9fe281597562 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+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):
index c2162923bcc086c0cab0b6a300092cb2e2e12da5..0cd6f596605e4778e4866d71a32e4ec39e58802b 100644 (file)
@@ -1,4 +1,4 @@
-SUBDIRS = cut-n-paste po help data
+SUBDIRS = cut-n-paste po help data test
 
 # Backends
 
index dc0b1a3aa30ebf33abffb11ccd5c16a101612adb..dfdb58046e12e095e7838963b4a2b392fa42f6c7 100644 (file)
@@ -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