aboutsummaryrefslogtreecommitdiff
path: root/data/Makefile.am
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2012-12-06 15:35:57 +1300
committerRobert Ancell <robert.ancell@canonical.com>2012-12-06 15:35:57 +1300
commit4993d0aae0511ae56a830fe8b51b1cde5723a1a8 (patch)
tree9830954bcb9bafff96ab13abadd32391c17f539d /data/Makefile.am
parent34c7299d98efbcdfeab355c447a5fc1312a97d9e (diff)
downloadayatana-indicator-bluetooth-4993d0aae0511ae56a830fe8b51b1cde5723a1a8.tar.gz
ayatana-indicator-bluetooth-4993d0aae0511ae56a830fe8b51b1cde5723a1a8.tar.bz2
ayatana-indicator-bluetooth-4993d0aae0511ae56a830fe8b51b1cde5723a1a8.zip
Make into a proper indicator
Diffstat (limited to 'data/Makefile.am')
-rw-r--r--data/Makefile.am9
1 files changed, 9 insertions, 0 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
new file mode 100644
index 0000000..c96ea3f
--- /dev/null
+++ b/data/Makefile.am
@@ -0,0 +1,9 @@
+dbus_servicesdir = $(DBUSSERVICEDIR)
+dist_dbus_services_DATA = indicator-bluetooth.service
+
+%.service: %.service.in
+ sed -e "s|\@libexecdir\@|$(libexecdir)|" $< > $@
+
+CLEANFILES = \
+ $(dbus_services_DATA)
+ \ No newline at end of file