diff options
| author | Ken VanDine <ken.vandine@canonical.com> | 2011-02-17 15:28:44 -0500 |
|---|---|---|
| committer | Ken VanDine <ken.vandine@canonical.com> | 2011-02-17 15:28:44 -0500 |
| commit | ddf231e6a387990c5b011ef7cd998333a32aba02 (patch) | |
| tree | c74a88edf42614fbefe3105799eef81db2abd092 /tests/Makefile.am | |
| parent | 6328219f2148273e34f4a2b5e80efef8a38a3475 (diff) | |
| parent | db28eb71b4052a6843842060cca54a0f7b4b6a8e (diff) | |
| download | libdbusmenu-ddf231e6a387990c5b011ef7cd998333a32aba02.tar.gz libdbusmenu-ddf231e6a387990c5b011ef7cd998333a32aba02.tar.bz2 libdbusmenu-ddf231e6a387990c5b011ef7cd998333a32aba02.zip | |
releasing version 0.3.98-0ubuntu1
Diffstat (limited to 'tests/Makefile.am')
| -rw-r--r-- | tests/Makefile.am | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 62142dc..32c8437 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -2,6 +2,7 @@ DBUS_RUNNER=dbus-test-runner CLEANFILES= +DISTCLEANFILES= TESTS = \ test-glib-objects-test \ @@ -260,6 +261,8 @@ test_glib_objects_LDADD = \ ../libdbusmenu-glib/libdbusmenu-glib.la \ $(DBUSMENUGLIB_LIBS) +DISTCLEANFILES += $(OBJECT_XML_REPORT) + ###################### # Test Glib Properties ###################### @@ -386,6 +389,8 @@ test_gtk_objects_LDADD = \ $(DBUSMENUGLIB_LIBS) \ $(DBUSMENUGTK_LIBS) +DISTCLEANFILES += $(GTK_OBJECT_XML_REPORT) + ###################### # Test GTK Parser ###################### @@ -414,6 +419,7 @@ test_gtk_parser_LDADD = \ $(DBUSMENUGLIB_LIBS) \ $(DBUSMENUGTK_LIBS) +DISTCLEANFILES += $(GTK_PARSER_XML_REPORT) ######################### # Test GTK Label @@ -622,8 +628,6 @@ CLEANFILES += \ distclean-local: -rm -rf $(builddir)/mago.results -DISTCLEANFILES = \ - $(TESTS) \ - $(OBJECT_XML_REPORT) \ - $(GTK_OBJECT_XML_REPORT) +DISTCLEANFILES += \ + $(TESTS) |
