diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2010-02-16 10:37:21 -0500 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2010-02-16 10:37:21 -0500 |
commit | 4039c624286061122e3350f9194dba27118ab904 (patch) | |
tree | 8abb6115a9d073cbc2dcbe02bd8df05d84563850 /Makefile.am | |
parent | 243b553ace945da0263bb32464dfdc45e0c70c88 (diff) |
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 <memsize@videotron.ca>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 7fd732d..781318c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ lib_LTLIBRARIES = libXau.la -AM_CFLAGS = $(XAU_CFLAGS) +AM_CFLAGS = $(XAU_CFLAGS) $(CWARNFLAGS) INCLUDES = -I${top_srcdir}/include |