diff options
author | Damien Lespiau <damien.lespiau@intel.com> | 2011-10-07 12:07:29 +0100 |
---|---|---|
committer | Damien Lespiau <damien.lespiau@intel.com> | 2011-10-07 12:07:29 +0100 |
commit | 311fc570cfff2b46fc00561e8b330cd10873a82f (patch) | |
tree | 6813ff5b83bf56450aff9793f740d7373ba94091 /Makefile.am | |
parent | eb1777c44a682a80ddea0f737bfc4dca307a51d2 (diff) | |
download | clutter-gst-311fc570cfff2b46fc00561e8b330cd10873a82f.tar.gz |
build: Use the automake 1.11 AM_V_GEN for the pc file generation
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | 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 |