aboutsummaryrefslogtreecommitdiff
path: root/data/Makefile.am
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2014-02-20 09:46:00 -0600
committerTed Gould <ted@gould.cx>2014-02-20 09:46:00 -0600
commitc3f0838047da8d2e7f9eb3b96008f0b07c91562c (patch)
treec766f46efed20f53a17e0c4e80e4dc0b36bf9e86 /data/Makefile.am
parentf7c8fd69d50dca92656c8b21396143ea9f0cfcea (diff)
downloadayatana-indicator-printers-c3f0838047da8d2e7f9eb3b96008f0b07c91562c.tar.gz
ayatana-indicator-printers-c3f0838047da8d2e7f9eb3b96008f0b07c91562c.tar.bz2
ayatana-indicator-printers-c3f0838047da8d2e7f9eb3b96008f0b07c91562c.zip
Drop the DBus service file
Diffstat (limited to 'data/Makefile.am')
-rw-r--r--data/Makefile.am9
1 files changed, 0 insertions, 9 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index 133a853..139597f 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -1,11 +1,2 @@
-dbus_servicesdir = $(DBUSSERVICEDIR)
-dbus_services_DATA = indicator-printers.service
-
-%.service: %.service.in
- sed -e "s|\@libexecdir\@|$(libexecdir)|" $< > $@
-
-EXTRA_DIST = indicator-printers.service.in
-
-CLEANFILES = $(dbus_services_DATA)