From f837e62f501444fbd2b61f46bdec398503c70ee2 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 23 Aug 2005 19:48:30 +0000 Subject: 2005-08-23 Colin Walters * test/glib/Makefile.am (test_profile_LDADD): Don't multiply-define EXTRA_DIST. --- ChangeLog | 5 +++++ test/glib/Makefile.am | 7 +------ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 20cc11e2..4b44eabf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-08-23 Colin Walters + + * test/glib/Makefile.am (test_profile_LDADD): Don't multiply-define + EXTRA_DIST. + 2005-08-23 John (J5) Palmieri * python/dbus_glib_bindings.pyx: reorder imports and c definitions diff --git a/test/glib/Makefile.am b/test/glib/Makefile.am index cf837c8f..aebaf37c 100644 --- a/test/glib/Makefile.am +++ b/test/glib/Makefile.am @@ -10,7 +10,7 @@ else TESTS= endif -EXTRA_DIST=run-test.sh test-service-glib.xml +EXTRA_DIST=run-test.sh test-service-glib.xml my-object-marshal.list test-service-glib.xml if DBUS_BUILD_TESTS @@ -78,8 +78,3 @@ test_profile_SOURCES= \ test_profile_LDADD= $(DBUS_GLIB_THREADS_LIBS) $(top_builddir)/glib/libdbus-glib-1.la endif - -EXTRA_DIST = \ - my-object-marshal.list \ - test-service-glib.xml - -- cgit