diff options
author | <rob.taylor@collabora.co.uk> | 2006-01-19 08:03:48 +0000 |
---|---|---|
committer | <rob.taylor@collabora.co.uk> | 2006-01-19 08:03:48 +0000 |
commit | 0ab9fb7c8ddd93843f7e20fe5c8abaa5b6954c9c (patch) | |
tree | 962cdb377e9fc5b5fee057782acc8e8bd7b97ad2 /data | |
parent | 48c66cbaa982561afd73f5561f9f0c970f37792a (diff) |
added dbus service file for activation
Diffstat (limited to 'data')
-rw-r--r-- | data/.git-darcs-dir | 0 | ||||
-rw-r--r-- | data/Makefile.am | 2 | ||||
-rw-r--r-- | data/org.freedesktop.Telepathy.ConnectionManager.gabble.in | 3 |
3 files changed, 5 insertions, 0 deletions
diff --git a/data/.git-darcs-dir b/data/.git-darcs-dir new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/data/.git-darcs-dir diff --git a/data/Makefile.am b/data/Makefile.am new file mode 100644 index 00000000..204205ae --- /dev/null +++ b/data/Makefile.am @@ -0,0 +1,2 @@ +servicedir = $(DBUS_SERVICES_DIR) +service_DATA = org.freedesktop.Telepathy.ConnectionManager.gabble diff --git a/data/org.freedesktop.Telepathy.ConnectionManager.gabble.in b/data/org.freedesktop.Telepathy.ConnectionManager.gabble.in new file mode 100644 index 00000000..5d57db2a --- /dev/null +++ b/data/org.freedesktop.Telepathy.ConnectionManager.gabble.in @@ -0,0 +1,3 @@ +[D-BUS Service] +Name=org.freedesktop.Telepathy.ConnectionManager.gabble +Exec=@EXEC_DIR@/telepathy-gabble |