Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorNickolay V. Shmyrev <nshmyrev@yandex.ru>2006-10-23 22:12:25 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@src.gnome.org>2006-10-23 22:12:25 (GMT)
commit9f3b6e0650f3c99994a529625695e594a8c8043c (patch)
tree8a8fdb4c8481eb382d428d6f585d1ed496bf03a9 /configure.ac
parent64bad20abb08a3de85241b5873a0ada9a43ba4b2 (diff)
Add automated UI tests for evince with dogtail. See bug #300948.
2006-10-24 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * configure.ac: * data/evince-password.glade: * test/Makefile.am: * test/test-encrypt.pdf: * test/test-links.pdf: * test/test1.py: * test/test2.py: Add automated UI tests for evince with dogtail. See bug #300948.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac26
1 files changed, 13 insertions, 13 deletions
diff --git a/configure.ac b/configure.ac
index a33b02b..9ab4bbf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -367,35 +367,35 @@ fi
AC_SUBST(EVINCE_MIME_TYPES)
AC_CONFIG_FILES([
-Makefile
+backend/Makefile
+comics/Makefile
cut-n-paste/Makefile
cut-n-paste/recent-files/Makefile
-cut-n-paste/zoom-control/Makefile
cut-n-paste/toolbar-editor/Makefile
-data/Makefile
+cut-n-paste/zoom-control/Makefile
data/evince.desktop.in
-data/icons/Makefile
data/icons/16x16/Makefile
data/icons/22x22/Makefile
data/icons/48x48/Makefile
+data/icons/Makefile
data/icons/scalable/Makefile
-
-lib/Makefile
-pdf/Makefile
-pixbuf/Makefile
-tiff/Makefile
-ps/Makefile
+data/Makefile
djvu/Makefile
dvi/Makefile
dvi/mdvi-lib/Makefile
+help/Makefile
impress/Makefile
-comics/Makefile
+lib/Makefile
+Makefile
+pdf/Makefile
+pixbuf/Makefile
po/Makefile.in
-backend/Makefile
properties/Makefile
+ps/Makefile
shell/Makefile
+test/Makefile
thumbnailer/Makefile
-help/Makefile
+tiff/Makefile
])
AC_OUTPUT