diff options
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2009-04-18 23:04:40 +0100 |
---|---|---|
committer | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2009-04-21 14:48:18 +0100 |
commit | 0b4e269ca547cc91a452035aca11bb3e37e47120 (patch) | |
tree | ba78af27965ac0760518789f1bfe80e311398b60 /data/Makefile.am | |
parent | 03e8dea50c77083934aa4c5da7503af3a301ca15 (diff) |
Keep QUIET_GEN in tools/shave.mk and include that in the appropriate Makefiles.
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Diffstat (limited to 'data/Makefile.am')
-rw-r--r-- | data/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index eb9cde7b7..ce3907d47 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -1,4 +1,4 @@ -QUIET_GEN = $(Q:@=@echo ' GEN '$@;) +include $(top_srcdir)/tools/shave.mk EXTRA_DIST = gabble.service.in |