summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDaniel Elstner <daniel.kitta@gmail.com>2015-09-10 18:45:50 +0200
committerDaniel Elstner <daniel.kitta@gmail.com>2015-09-10 19:43:21 +0200
commit9576e005e18b2d0131e0fce5279a401cbe71c0f8 (patch)
tree230fde9789d0529d8025c5e5d648abc91041096c /Makefile.am
parent0fd8a35de8b89fce395c14190f63c02b9aa976df (diff)
downloadlibsigrokdecode-9576e005e18b2d0131e0fce5279a401cbe71c0f8.tar.gz
libsigrokdecode-9576e005e18b2d0131e0fce5279a401cbe71c0f8.zip
Build: Put --no-print-directory into GNUMAKEFLAGS
Also output the compiler version in the configuration summary.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 0515e80..2bbdb2c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -20,7 +20,7 @@
ACLOCAL_AMFLAGS = -I m4
AM_LIBTOOLFLAGS = --silent
-MAKEFLAGS = --no-print-directory
+GNUMAKEFLAGS = --no-print-directory
DECODERS_DIR = $(pkgdatadir)/decoders
AM_CPPFLAGS = -D_POSIX_C_SOURCE=200112L -DDECODERS_DIR='"$(DECODERS_DIR)"'