← Back to team overview

ayatana-commits team mailing list archive

[Merge] lp:~ted/dbusmenu/fix-distcheck into lp:dbusmenu

 

Ted Gould has proposed merging lp:~ted/dbusmenu/fix-distcheck into lp:dbusmenu.

Requested reviews:
  DBus Menu Team (dbusmenu-team)

For more details, see:
https://code.launchpad.net/~ted/dbusmenu/fix-distcheck/+merge/49916

Makes sure we clean up after ourselves
-- 
https://code.launchpad.net/~ted/dbusmenu/fix-distcheck/+merge/49916
Your team ayatana-commits is subscribed to branch lp:dbusmenu.
=== modified file 'tests/Makefile.am'
--- tests/Makefile.am	2011-01-23 19:30:00 +0000
+++ tests/Makefile.am	2011-02-16 04:04:57 +0000
@@ -2,6 +2,7 @@
 DBUS_RUNNER=dbus-test-runner
 
 CLEANFILES=
+DISTCLEANFILES=
 
 TESTS = \
 	test-glib-objects-test \
@@ -260,6 +261,8 @@
 	../libdbusmenu-glib/libdbusmenu-glib.la \
 	$(DBUSMENUGLIB_LIBS)
 
+DISTCLEANFILES += $(OBJECT_XML_REPORT)
+
 ######################
 # Test Glib Properties
 ######################
@@ -386,6 +389,8 @@
 	$(DBUSMENUGLIB_LIBS) \
 	$(DBUSMENUGTK_LIBS)
 
+DISTCLEANFILES += $(GTK_OBJECT_XML_REPORT)
+
 ######################
 # Test GTK Parser
 ######################
@@ -414,6 +419,7 @@
 	$(DBUSMENUGLIB_LIBS) \
 	$(DBUSMENUGTK_LIBS)
 
+DISTCLEANFILES += $(GTK_PARSER_XML_REPORT)
 
 #########################
 # Test GTK Label
@@ -622,8 +628,6 @@
 distclean-local:
 	-rm -rf $(builddir)/mago.results
 
-DISTCLEANFILES = \
-	$(TESTS) \
-	$(OBJECT_XML_REPORT) \
-	$(GTK_OBJECT_XML_REPORT)
+DISTCLEANFILES += \
+	$(TESTS) 
 


Follow ups