diff options
| author | Ted Gould <ted@gould.cx> | 2011-02-17 11:06:09 -0600 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2011-02-17 11:06:09 -0600 |
| commit | 7dff7bf5303c1040c4dd7ae2a4920837142b4a94 (patch) | |
| tree | e12aca4ae86a0ddadc0d12437f89dc14e1c185bd /tests/Makefile.am | |
| parent | ad89e1475b57b20cc97472b0a7e399beed4dd562 (diff) | |
| parent | 44927e6da03d633f0958ce5e04e62e752a43d201 (diff) | |
| download | libdbusmenu-7dff7bf5303c1040c4dd7ae2a4920837142b4a94.tar.gz libdbusmenu-7dff7bf5303c1040c4dd7ae2a4920837142b4a94.tar.bz2 libdbusmenu-7dff7bf5303c1040c4dd7ae2a4920837142b4a94.zip | |
New upstream release.
∘ Fixing distcheck
∘ Grouping Property Change events into a single DBus signal
∘ Removing XML from the GetLayout function
∘ Clean up icon handling in the parser (LP: #715864)
∘ Fixing signatures on dbusmenu-dumper
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) |
