summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2005-08-23 19:48:30 +0000
committerColin Walters <walters@verbum.org>2005-08-23 19:48:30 +0000
commit41a9410d4858807254356d11848edde7c4aadfc1 (patch)
tree515f40b20d1dec38bb2b02e2b29e9ea1eba0029e /test
parent55ee25c0c5026d7dec30ded131b5916fc0c88962 (diff)
2005-08-23 Colin Walters <walters@verbum.org>
* test/glib/Makefile.am (test_profile_LDADD): Don't multiply-define EXTRA_DIST.
Diffstat (limited to 'test')
-rw-r--r--test/glib/Makefile.am7
1 files changed, 1 insertions, 6 deletions
diff --git a/test/glib/Makefile.am b/test/glib/Makefile.am
index cf837c8..aebaf37 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
-