diff options
author | Ted Gould <ted@gould.cx> | 2014-02-19 22:56:41 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2014-02-19 22:56:41 -0600 |
commit | 9a613154b2dd7b4095bfc3b04a4e8904402e4172 (patch) | |
tree | 9cb42c78f29cae99f7d812f47836bd41641b721e | |
parent | 06a0c3a8cb2d2d6e2c56c62fd1a59b0b0951a633 (diff) | |
download | ayatana-indicator-messages-9a613154b2dd7b4095bfc3b04a4e8904402e4172.tar.gz ayatana-indicator-messages-9a613154b2dd7b4095bfc3b04a4e8904402e4172.tar.bz2 ayatana-indicator-messages-9a613154b2dd7b4095bfc3b04a4e8904402e4172.zip |
Dropping the DBus service file
-rw-r--r-- | data/Makefile.am | 11 | ||||
-rw-r--r-- | data/indicator-messages.service.in | 3 |
2 files changed, 2 insertions, 12 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index ab12dd6..6cb7a6d 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -1,11 +1,5 @@ SUBDIRS = icons -dbus_servicesdir = $(datadir)/dbus-1/services -dbus_services_DATA = indicator-messages.service - -%.service: %.service.in - sed -e "s|\@pkglibexecdir\@|$(pkglibexecdir)|" $< > $@ - gsettings_SCHEMAS = com.canonical.indicator.messages.gschema.xml @GSETTINGS_RULES@ @@ -13,7 +7,6 @@ indicatordir = $(INDICATOR_DIR) dist_indicator_DATA = com.canonical.indicator.messages EXTRA_DIST = \ - $(gsettings_SCHEMAS) \ - indicator-messages.service.in + $(gsettings_SCHEMAS) -CLEANFILES = indicator-messages.service +CLEANFILES = diff --git a/data/indicator-messages.service.in b/data/indicator-messages.service.in deleted file mode 100644 index b3ea054..0000000 --- a/data/indicator-messages.service.in +++ /dev/null @@ -1,3 +0,0 @@ -[D-BUS Service] -Name=com.canonical.indicator.messages -Exec=@pkglibexecdir@/indicator-messages-service |