summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2009-04-25 16:55:10 +0100
committerWill Thompson <will.thompson@collabora.co.uk>2009-06-04 23:48:22 +0100
commited7924a8b85ebcccab1cb02a5be7ecf44f2bfc75 (patch)
tree094f1f9f24e464642f874e1bc56c1fc7decaa386 /data
parentc9d1d117fbd083f891d0ae96bd360c4e18d5458a (diff)
downloadtelepathy-haze-ed7924a8b85ebcccab1cb02a5be7ecf44f2bfc75.tar.gz
Shave haze's build.
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> Signed-off-by: Will Thompson <will.thompson@collabora.co.uk>
Diffstat (limited to 'data')
-rw-r--r--data/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index 50c3d8d..7290c37 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -1,3 +1,5 @@
+include $(top_srcdir)/tools/shave.mk
+
# Telepathy manager file
managerdir = $(datadir)/telepathy/managers
dist_manager_DATA = haze.manager
@@ -15,4 +17,4 @@ EXTRA_DIST = $(service_in_files)
# Rule to make the service file with libexecdir expanded
$(service_DATA): $(service_in_files) Makefile
- @sed -e "s|\@libexecdir\@|$(libexecdir)|" $< > $@
+ $(QUIET_GEN)sed -e "s|\@libexecdir\@|$(libexecdir)|" $< > $@