From bdf383dcd6c3adc657c35ef499f4739509da6eb1 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mon, 20 May 2013 20:15:43 +0100 Subject: [PATCH] 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 file changed, 1 insertion(+), 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) -- 2.7.4