summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2009-02-22 16:53:33 +0000
committerJonny Lamb <jonny.lamb@collabora.co.uk>2009-04-21 14:48:18 +0100
commit03e8dea50c77083934aa4c5da7503af3a301ca15 (patch)
tree5a9c464dd66310b91333b127a2e0d5dd75ba09bd /data
parentc872b2b5430682c8c0a2782af6fa6a7f7b5e64e5 (diff)
Converted gabble to use shave and make make output legible.
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Diffstat (limited to 'data')
-rw-r--r--data/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index 12579c45b..eb9cde7b7 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -1,3 +1,5 @@
+QUIET_GEN = $(Q:@=@echo ' GEN '$@;)
+
EXTRA_DIST = gabble.service.in
managerdir = $(datadir)/telepathy/managers
@@ -11,10 +13,10 @@ service_DATA = org.freedesktop.Telepathy.ConnectionManager.gabble.service
# non-archaic tarballs)
org.freedesktop.Telepathy.ConnectionManager.gabble.service: gabble.service.in \
Makefile
- @sed -e "s|[@]libexecdir[@]|$(libexecdir)|" $< > $@
+ $(QUIET_GEN)sed -e "s|[@]libexecdir[@]|$(libexecdir)|" $< > $@
CLEANFILES = $(service_DATA) $(manager_DATA)
$(manager_DATA): ../src/connection-manager.c ../src/write-mgr-file.c ../src/connection.h
$(MAKE) -C ../src write-mgr-file
- ../src/write-mgr-file > $@
+ $(QUIET_GEN)../src/write-mgr-file > $@