summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorDafydd Harries <dafydd.harries@collabora.co.uk>2007-03-21 18:33:01 +0000
committerDafydd Harries <dafydd.harries@collabora.co.uk>2007-03-21 18:33:01 +0000
commit2fc936bcb3f098c31f1a43ef54143081c3013846 (patch)
tree770f758d349961e44a54e56d601cd0bc03ae6d13 /tests/Makefile.am
parent5d9b91e67c172f3d4dcca95fe1518ded31954325 (diff)
downloadtelepathy-glib-2fc936bcb3f098c31f1a43ef54143081c3013846.tar.gz
comments
20070321183301-c9803-2d10b9d7ea06f0d3cf5e78dd83995dd8aca0aaf2.gz
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 6f79be2e9..a27353ebb 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -41,10 +41,11 @@ check-extra: $(service_files)
%.service: %.service.in
@sed -e "s|\@abs_top_builddir\@|@abs_top_builddir@|" $< > $@
-# Dbus service file for testing
+# D-Bus service file for testing
service_in_files = org.freedesktop.Telepathy.ConnectionManager.gabble.service.in
service_files = $(service_in_files:.service.in=.service)
+# D-Bus config file for testing
conf_in_files = run-with-tmp-session-bus.conf.in
conf_files = $(conf_in_files:.conf.in=.conf)