diff options
author | Ted Gould <ted@gould.cx> | 2014-02-19 22:18:44 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2014-02-19 22:18:44 -0600 |
commit | b6b73be508cbffa2e87ed15b88a622c7c105cdfe (patch) | |
tree | a2bf3c1a980bd5785b956c52fce8aecd9a53567c /data/Makefile.am | |
parent | 2de946def46a437ab29c1d77e470fbfe0e50f3de (diff) | |
download | ayatana-indicator-keyboard-b6b73be508cbffa2e87ed15b88a622c7c105cdfe.tar.gz ayatana-indicator-keyboard-b6b73be508cbffa2e87ed15b88a622c7c105cdfe.tar.bz2 ayatana-indicator-keyboard-b6b73be508cbffa2e87ed15b88a622c7c105cdfe.zip |
Dropping the registration as a DBus service
Diffstat (limited to 'data/Makefile.am')
-rw-r--r-- | data/Makefile.am | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 4f0b7175..a6549e93 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -32,15 +32,6 @@ indicator_keyboard_icon_generator_LDFLAGS = $(AM_LDFLAGS) \ $(LIBXKLAVIER_LIBS) \ $(COVERAGE_LDFLAGS) -dist_service_DATA = indicator-keyboard.service -servicedir = $(DBUS_SERVICE_DIR) - -indicator-keyboard.service: - $(AM_V_GEN) (echo '[D-BUS Service]'; \ - echo 'Name=com.canonical.indicator.keyboard'; \ - echo 'Exec=${libexecdir}/indicator-keyboard-service --use-gtk') > $@.tmp && \ - mv $@.tmp $@ - dist_indicator_DATA = com.canonical.indicator.keyboard indicatordir = $(INDICATOR_DIR) |