diff options
author | Ted Gould <ted@canonical.com> | 2009-10-13 15:48:42 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-10-13 15:48:42 -0500 |
commit | e265e46176c6c8633849b3a5d65b7f86bda47318 (patch) | |
tree | 3d3f461747a9626556cc6b2e11d280f7f1fa3c77 /data | |
parent | 140fda5adff2a21f9c158c941456d9e1f5765832 (diff) | |
parent | fb328a435358e26c1f2779e2bf07ddb05b60e93e (diff) | |
download | ayatana-indicator-application-e265e46176c6c8633849b3a5d65b7f86bda47318.tar.gz ayatana-indicator-application-e265e46176c6c8633849b3a5d65b7f86bda47318.tar.bz2 ayatana-indicator-application-e265e46176c6c8633849b3a5d65b7f86bda47318.zip |
A basical build system and basic files.
Diffstat (limited to 'data')
-rw-r--r-- | data/Makefile.am | 11 | ||||
-rw-r--r-- | data/indicator-custom.service.in | 3 |
2 files changed, 14 insertions, 0 deletions
diff --git a/data/Makefile.am b/data/Makefile.am new file mode 100644 index 0000000..e93e589 --- /dev/null +++ b/data/Makefile.am @@ -0,0 +1,11 @@ + +dbus_servicesdir = $(DBUSSERVICEDIR) +dbus_services_DATA = indicator-custom.service + +%.service: %.service.in + sed -e "s|\@libexecdir\@|$(libexecdir)|" $< > $@ + +EXTRA_DIST = indicator-custom.service.in + +CLEANFILES = indicator-custom.service + diff --git a/data/indicator-custom.service.in b/data/indicator-custom.service.in new file mode 100644 index 0000000..be64983 --- /dev/null +++ b/data/indicator-custom.service.in @@ -0,0 +1,3 @@ +[D-BUS Service] +Name=org.ayatana.indicator.custom +Exec=@libexecdir@/indicator-custom-service |