summaryrefslogtreecommitdiffstats
path: root/text-utils/Makemodule.am
diff options
context:
space:
mode:
authorRuediger Meier2016-02-22 20:20:14 +0100
committerRuediger Meier2016-02-23 01:17:29 +0100
commitb0b54cc582ffc4f4faac2d4ad5cf9028a9eea013 (patch)
treef6e038c2a2747866032799139226f47fab84acec /text-utils/Makemodule.am
parentbuild-sys: always use global LDADD (diff)
downloadkernel-qcow2-util-linux-b0b54cc582ffc4f4faac2d4ad5cf9028a9eea013.tar.gz
kernel-qcow2-util-linux-b0b54cc582ffc4f4faac2d4ad5cf9028a9eea013.tar.xz
kernel-qcow2-util-linux-b0b54cc582ffc4f4faac2d4ad5cf9028a9eea013.zip
build-sys: always add AM_CFLAGS
We were missing our nice compliler warnings for many programs and libs. See next commits how many trivial and non-trival warnings have to be fixed. 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 957c14370..91295bf98 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 = -DTEST_PROGRAM
+test_more_CFLAGS = $(AM_CFLAGS) -DTEST_PROGRAM
test_more_LDADD = $(more_LDADD)
endif # BUILD_MORE