diff options
author | Ted Gould <ted@gould.cx> | 2010-07-15 10:31:28 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-07-15 10:31:28 -0500 |
commit | cc5ecca1e9d029b3ab2853daf4328112a5c32f03 (patch) | |
tree | c9aa89f21962a21e19636e51e202cf4474e1454b /data/Makefile.am | |
parent | 2c467063b223e61ad5874f089e448c47b8de3b61 (diff) | |
parent | b695b5591a84f8bf6f55cd085f7dba59012d525b (diff) | |
download | ayatana-indicator-datetime-cc5ecca1e9d029b3ab2853daf4328112a5c32f03.tar.gz ayatana-indicator-datetime-cc5ecca1e9d029b3ab2853daf4328112a5c32f03.tar.bz2 ayatana-indicator-datetime-cc5ecca1e9d029b3ab2853daf4328112a5c32f03.zip |
Import upstream version 0.0.4
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 index e69de29..b19cee4 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -0,0 +1,11 @@ +#SUBDIRS = icons + +dbus_servicesdir = $(DBUSSERVICEDIR) +dbus_services_DATA = indicator-datetime.service + +%.service: %.service.in + sed -e "s|\@libexecdir\@|$(libexecdir)|" $< > $@ + +EXTRA_DIST = indicator-datetime.service.in + +CLEANFILES = indicator-datetime.service |