diff options
| author | Ted Gould <ted@canonical.com> | 2009-06-15 16:21:08 -0500 |
|---|---|---|
| committer | Ted Gould <ted@canonical.com> | 2009-06-15 16:21:08 -0500 |
| commit | 0e7a077711211836fcc37968e0db234791c153af (patch) | |
| tree | 44682d135561eaac22bddaed9bf03c1eb2986ff9 /data/Makefile.am | |
| parent | fdf84c9cad59ae4dff01b95bafdfcfd8139f0af9 (diff) | |
| parent | 094b80fb89c15cc369f4ca50e218cec12efbaadc (diff) | |
| download | ayatana-indicator-session-0e7a077711211836fcc37968e0db234791c153af.tar.gz ayatana-indicator-session-0e7a077711211836fcc37968e0db234791c153af.tar.bz2 ayatana-indicator-session-0e7a077711211836fcc37968e0db234791c153af.zip | |
Upstream from the indicator branch.
Diffstat (limited to 'data/Makefile.am')
| -rw-r--r-- | data/Makefile.am | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/data/Makefile.am b/data/Makefile.am new file mode 100644 index 0000000..da1bcd2 --- /dev/null +++ b/data/Makefile.am @@ -0,0 +1,13 @@ + +dbus_servicesdir = $(DBUSSERVICEDIR) +service_in_files = indicator-status.service.in \ + indicator-users.service.in \ + indicator-session.service.in +dbus_services_DATA = $(service_in_files:.service.in=.service) + +$(dbus_services_DATA): $(service_in_files) Makefile + @sed -e "s|\@libexecdir\@|$(libexecdir)|" $< > $@ + +EXTRA_DIST = $(service_in_files) + +CLEANFILES = $(dbus_services_DATA) |
