summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorthevenyp <thevenyp@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2008-11-27 17:26:33 +0000
committerthevenyp <thevenyp@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2008-11-27 17:26:33 +0000
commit84094b96a95a8fbaa542771e2053473014536180 (patch)
treec067aa18875c1ab0e27fb52d9be905f7932bcd4e /src/Makefile.am
parentf9917239b25c07ab9438ba52a3fc57031e51b03c (diff)
downloadmpc-84094b96a95a8fbaa542771e2053473014536180.tar.gz
configure.ac: put extra warning flags in WARNINGCFLAGS instead of CFLAGS.
src/Makefile.am, tests/Makefile.am: Use AM_CFLAGS instead of CFLAGS for extra warning flags. git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@358 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 3660075..10c3317 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,4 +1,5 @@
## src/Makefile.am -- Process this file with automake to produce Makefile.in
+AM_CFLAGS=@WARNINGCFLAGS@
lib_LTLIBRARIES = libmpc.la
libmpc_la_SOURCES = mpc-impl.h abs.c add.c add_fr.c add_ui.c arg.c clear.c \