From 48a734b7fea00e04f5f869d27f03d10856c8f322 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. Change-Id: Icbdb7d312be8bd2da50607391fe75037a8b1efe2 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 cffa4ef..0286e1c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,7 @@ bin_PROGRAMS = xeyes -AM_CFLAGS = $(XEYES_CFLAGS) +AM_CFLAGS = $(XEYES_CFLAGS) $(CWARNFLAGS) xeyes_LDADD = $(XEYES_LIBS) -lm xeyes_SOURCES = \ -- cgit v1.2.3