diff options
author | Damien Lespiau <damien.lespiau@intel.com> | 2009-03-28 17:31:28 +0000 |
---|---|---|
committer | Damien Lespiau <damien.lespiau@intel.com> | 2009-03-28 17:31:28 +0000 |
commit | ac11a6cfda913159d768b1813f38c414f2c9f394 (patch) | |
tree | 34164ebc1379204cf9c553c7c184e190aaf93125 /Makefile.am | |
parent | 02860e4d6d59a705b8102b0ed9dc9d1707ebb3fd (diff) | |
download | clutter-gst-ac11a6cfda913159d768b1813f38c414f2c9f394.tar.gz |
[build] display a GEN line when generating clutter-gst-0.9.pc
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 79b510b..a0ede4c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,5 @@ +QUIET_GEN = $(Q:@=@echo ' GEN '$@;) + SUBDIRS = build clutter-gst examples if BUILD_GTK_DOC @@ -9,7 +11,7 @@ DIST_SUBDIRS = build clutter-gst examples doc ACLOCAL_AMFLAGS = -I build/autotools clutter-gst-0.9.pc: clutter-gst.pc - @cp -f clutter-gst.pc clutter-gst-0.9.pc + $(QUIET_GEN)cp -f clutter-gst.pc clutter-gst-0.9.pc pkgconfig_DATA = clutter-gst-0.9.pc pkgconfigdir = $(libdir)/pkgconfig |