summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@gmail.com>2013-02-06 23:51:15 +0100
committerMarc-André Lureau <marcandre.lureau@gmail.com>2013-02-06 23:55:43 +0100
commit26aa56285e5e19d763c961b937d54fa133d3fb03 (patch)
tree5b52c1bc66ef428f604365f85fc127e26a486860 /Makefile.am
parent738148a9b11dce71a28cba03a2ac68e7c3ace0cb (diff)
downloadmsitools-26aa56285e5e19d763c961b937d54fa133d3fb03.tar.gz
msitools-26aa56285e5e19d763c961b937d54fa133d3fb03.tar.xz
msitools-26aa56285e5e19d763c961b937d54fa133d3fb03.zip
build-sys: use a the $(V) trick to silence make too
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 322ee88..78a6d4c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,6 +4,10 @@ EXTRA_DIST =
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = include data libmsi tests po .
+makeflags_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
+makeflags_0 = --no-print-directory -s
+AM_MAKEFLAGS = $(makeflags_$(V))
+
libmsiincludedir = $(includedir)/libmsi-1.0
dist_libmsiinclude_HEADERS = \
include/libmsi-database.h \