From 9a613154b2dd7b4095bfc3b04a4e8904402e4172 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 19 Feb 2014 22:56:41 -0600 Subject: Dropping the DBus service file --- data/Makefile.am | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'data/Makefile.am') 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 = -- cgit v1.2.3