[glib/wip/installed-tests: 37/40] gio/tests: Deduplicate Makefile.am a bit



commit bdf383dcd6c3adc657c35ef499f4739509da6eb1
Author: Colin Walters <walters verbum org>
Date:   Mon May 20 20:15:43 2013 +0100

    gio/tests: Deduplicate Makefile.am a bit
    
    We can just add all the static test data to EXTRA_DIST.

 gio/tests/Makefile.am |    8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)
---
diff --git a/gio/tests/Makefile.am b/gio/tests/Makefile.am
index 3423d19..6365966 100644
--- a/gio/tests/Makefile.am
+++ b/gio/tests/Makefile.am
@@ -423,15 +423,8 @@ EXTRA_DIST += \
        socket-common.c                 \
        org.gtk.test.gschema            \
        org.gtk.test.gschema.xml        \
-       testenum.h                      \
-       enums.xml.template              \
        de.po                           \
        $(schema_test_files)            \
-       org.gtk.schemasourcecheck.gschema.xml \
-       appinfo-test.desktop            \
-       appinfo-test2.desktop           \
-       appinfo-test-gnome.desktop      \
-       appinfo-test-notgnome.desktop   \
        test-codegen.xml                \
        $(cert_test_files)              \
        test.gresource.xml              \
@@ -508,6 +501,7 @@ test_files =                                        \
        appinfo-test-gnome.desktop              \
        appinfo-test-notgnome.desktop           \
        $(NULL)
+EXTRA_DIST += $(test_files)
 
 if BUILDOPT_INSTALL_TESTS
 insttest_PROGRAMS = $(test_progs) $(other_progs)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]