aboutsummaryrefslogtreecommitdiff
path: root/data/Makefile.am
diff options
context:
space:
mode:
authorLars Uebernickel <lars.uebernickel@canonical.com>2012-02-17 19:28:39 +0100
committerLars Uebernickel <lars.uebernickel@canonical.com>2012-02-17 19:28:39 +0100
commit05c47c850a0cea663244d47eba6c88e58e9c9322 (patch)
tree5917426ffc624118c643f864e00dab3c4646d6ae /data/Makefile.am
parentcd4ca90b9de81d4a0430ad7782477f62035f5bbe (diff)
parent66cdfa18d909ad66f376b217047664235ccfc6f8 (diff)
downloadayatana-indicator-printers-05c47c850a0cea663244d47eba6c88e58e9c9322.tar.gz
ayatana-indicator-printers-05c47c850a0cea663244d47eba6c88e58e9c9322.tar.bz2
ayatana-indicator-printers-05c47c850a0cea663244d47eba6c88e58e9c9322.zip
* New upstream release.
- generate dbus service file with the correct path - use IndicatorServiceManager to manage the lifecycle of the service
Diffstat (limited to 'data/Makefile.am')
-rw-r--r--data/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index 1ecc4e7..133a853 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -5,7 +5,7 @@ dbus_services_DATA = indicator-printers.service
%.service: %.service.in
sed -e "s|\@libexecdir\@|$(libexecdir)|" $< > $@
-EXTRA_DIST = indicator-printers.service
+EXTRA_DIST = indicator-printers.service.in
CLEANFILES = $(dbus_services_DATA)