[clutter-gst] build: Use the automake 1.11 AM_V_GEN for the pc file generation



commit 311fc570cfff2b46fc00561e8b330cd10873a82f
Author: Damien Lespiau <damien lespiau intel com>
Date:   Fri Oct 7 12:07:29 2011 +0100

    build: Use the automake 1.11 AM_V_GEN for the pc file generation

 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index e448d88..0a35600 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -11,7 +11,7 @@ DIST_SUBDIRS = build scripts clutter-gst tests examples doc
 ACLOCAL_AMFLAGS = -I build/autotools ${ACLOCAL_FLAGS}
 
 clutter-gst-$(CLUTTER_GST_API_VERSION).pc: clutter-gst.pc
-	$(QUIET_GEN)cp -f clutter-gst.pc $@
+	$(AM_V_GEN)cp -f clutter-gst.pc $@
 
 pkgconfig_DATA = clutter-gst-$(CLUTTER_GST_API_VERSION).pc
 pkgconfigdir   = $(libdir)/pkgconfig



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]