From b0b54cc582ffc4f4faac2d4ad5cf9028a9eea013 Mon Sep 17 00:00:00 2001 From: Ruediger Meier Date: Mon, 22 Feb 2016 20:20:14 +0100 Subject: 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 --- text-utils/Makemodule.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'text-utils/Makemodule.am') 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 -- cgit v1.2.3-55-g7522