2005-08-23 Colin Walters <walters@verbum.org>
authorColin Walters <walters@verbum.org>
Tue, 23 Aug 2005 19:48:30 +0000 (19:48 +0000)
committerColin Walters <walters@verbum.org>
Tue, 23 Aug 2005 19:48:30 +0000 (19:48 +0000)
* test/glib/Makefile.am (test_profile_LDADD): Don't multiply-define
EXTRA_DIST.

ChangeLog
test/glib/Makefile.am

index 20cc11e..4b44eab 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-08-23  Colin Walters  <walters@verbum.org>
+
+       * test/glib/Makefile.am (test_profile_LDADD): Don't multiply-define
+       EXTRA_DIST.
+
 2005-08-23  John (J5) Palmieri  <johnp@redhat.com>
 
        * python/dbus_glib_bindings.pyx: reorder imports and c definitions
index cf837c8..aebaf37 100644 (file)
@@ -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
-