From 44b1029b8c28c50768e08651b736c7137ce885df Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Thu, 11 Feb 2010 10:08:06 -0500 Subject: config: move CWARNFLAGS from configure.ac to Makefile.am Compiler warning flags should be explicitly set in the makefile rather than being merged with other packages compiler flags. Signed-off-by: Gaetan Nadon --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 8523175..1aa2280 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,7 @@ bin_PROGRAMS = viewres -AM_CFLAGS = $(VIEWRES_CFLAGS) +AM_CFLAGS = $(VIEWRES_CFLAGS) $(CWARNFLAGS) viewres_LDADD = $(VIEWRES_LIBS) viewres_SOURCES = \ -- cgit v1.2.3