From 66af84609f70b6697aa3b42fc026384541cc05ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Wed, 3 Aug 2011 16:24:01 +0100 Subject: build: Use upstream silent rules instead shave --- Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 68fd066..30a0adc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,16 +1,16 @@ +ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} + if USE_GTK3 VER=3 else VER= endif -ACLOCAL_AMFLAGS = -I build/autotools - V = @ Q = $(V:1=) QUIET_GEN = $(Q:@=@echo ' GEN '$@;) -SUBDIRS = build src example +SUBDIRS = src example %-0.1.pc: %.pc $(QUIET_GEN) cp -f $< $@ -- cgit v1.2.3