summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@linux.intel.com>2009-11-02 22:23:17 +0000
committerEmmanuele Bassi <ebassi@linux.intel.com>2009-11-02 22:23:17 +0000
commitc551732a94d1e7b9ae8e6afad668419b0d5bf0c2 (patch)
treef3bd1bbf6171a82c842ea733f39839209eab9894 /Makefile.am
parent0beab2c140806a52534423afbb22a535295be596 (diff)
downloadclutter-gtk-c551732a94d1e7b9ae8e6afad668419b0d5bf0c2.tar.gz
build: Use AM_SILENT_RULES if available
If we are building against an Automake 1.11 we should be using the AM_SILENT_RULES instead of Shave. If the Automake version is older than 1.11 then fall back to Shave and keep the build clean.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index 5c1720a..4ca8fa9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,8 +1,6 @@
-ACLOCAL_AMFLAGS = -I build/autotools
+include $(top_srcdir)/build/autotools/Makefile.am.silent
-V = @
-Q = $(V:1=)
-QUIET_GEN = $(Q:@=@echo ' GEN '$@;)
+ACLOCAL_AMFLAGS = -I build/autotools
SUBDIRS = build clutter-gtk doc examples