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/Makefile.am | |
parent | 140fda5adff2a21f9c158c941456d9e1f5765832 (diff) | |
parent | fb328a435358e26c1f2779e2bf07ddb05b60e93e (diff) | |
download | libayatana-appindicator-e265e46176c6c8633849b3a5d65b7f86bda47318.tar.gz libayatana-appindicator-e265e46176c6c8633849b3a5d65b7f86bda47318.tar.bz2 libayatana-appindicator-e265e46176c6c8633849b3a5d65b7f86bda47318.zip |
A basical build system and basic files.
Diffstat (limited to 'data/Makefile.am')
-rw-r--r-- | data/Makefile.am | 11 |
1 files changed, 11 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 + |