diff options
| author | Ted Gould <ted@canonical.com> | 2009-05-27 12:07:19 +0200 |
|---|---|---|
| committer | Ted Gould <ted@canonical.com> | 2009-05-27 12:07:19 +0200 |
| commit | 7b86d3f1e1156643ba9538ef2c6edd3bd14f02ed (patch) | |
| tree | d9d209a4f38bd648aa7fc99b11213adeaaaf8bd7 /data | |
| parent | 4b94b5ce74148729ff76496806050da6b40c5ded (diff) | |
| parent | d2bd9a0a70bbcb73997561baa7a61ddbe7e4780a (diff) | |
| download | ayatana-indicator-messages-7b86d3f1e1156643ba9538ef2c6edd3bd14f02ed.tar.gz ayatana-indicator-messages-7b86d3f1e1156643ba9538ef2c6edd3bd14f02ed.tar.bz2 ayatana-indicator-messages-7b86d3f1e1156643ba9538ef2c6edd3bd14f02ed.zip | |
Merge in the dbusmenu changes from the dbusmenu branch
Diffstat (limited to 'data')
| -rw-r--r-- | data/Makefile.am | 3 | ||||
| -rw-r--r-- | data/indicator-messages.service.in | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 61a1a63..8394c29 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -1 +1,4 @@ SUBDIRS = icons + +dbus_servicesdir = $(dbusservicedir) +dbus_services_DATA = indicator-messages.service diff --git a/data/indicator-messages.service.in b/data/indicator-messages.service.in new file mode 100644 index 0000000..fbe8b4a --- /dev/null +++ b/data/indicator-messages.service.in @@ -0,0 +1,3 @@ +[Indicator Messages] +Name=com.ubuntu.indicator.messages +Exec=@prefix@/bin/indicator-messages-service |
