summaryrefslogtreecommitdiffstats
path: root/text-utils/Makemodule.am
diff options
context:
space:
mode:
authorRuediger Meier2016-02-23 03:15:23 +0100
committerRuediger Meier2016-02-23 03:20:22 +0100
commit2013b33f40cbd88def30725da84e4dff2f534632 (patch)
tree4cad418d11a8dfb5e59ef07b94124639519627e0 /text-utils/Makemodule.am
parentmisc: fix compiler warnungs (unsigned/signed) (diff)
downloadkernel-qcow2-util-linux-2013b33f40cbd88def30725da84e4dff2f534632.tar.gz
kernel-qcow2-util-linux-2013b33f40cbd88def30725da84e4dff2f534632.tar.xz
kernel-qcow2-util-linux-2013b33f40cbd88def30725da84e4dff2f534632.zip
build-sys: disable unused parameter warnings for some test progs
Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
Diffstat (limited to 'text-utils/Makemodule.am')
-rw-r--r--text-utils/Makemodule.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/text-utils/Makemodule.am b/text-utils/Makemodule.am
index 91295bf98..e42704dfe 100644
--- a/text-utils/Makemodule.am
+++ b/text-utils/Makemodule.am
@@ -97,7 +97,7 @@ endif
check_PROGRAMS += test_more
test_more_SOURCES = $(more_SOURCES)
-test_more_CFLAGS = $(AM_CFLAGS) -DTEST_PROGRAM
+test_more_CFLAGS = -DTEST_PROGRAM $(more_CFLAGS)
test_more_LDADD = $(more_LDADD)
endif # BUILD_MORE