summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2011-08-01 17:26:41 +0000
committerenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2011-08-01 17:26:41 +0000
commit1f192f7e9ae94a7c31878f8c789433d8f0fad7ad (patch)
tree5cea154e6fd564764d21cf5b3a97a5242a45a884 /tests/Makefile.am
parenta7e14ef94e3430edc359ea5684e4c097566aaaba (diff)
downloadmpc-1f192f7e9ae94a7c31878f8c789433d8f0fad7ad.tar.gz
configure.ac, mpc.m4, Makefile.am: add warning flags directly to CFLAGS
git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@1020 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 2126d27..6e98999 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,5 +1,5 @@
## Makefile.am -- Process this file with automake to produce Makefile.in
-AM_CFLAGS=@WARNINGCFLAGS@
+
AM_CPPFLAGS = -I$(top_srcdir)/src
LDADD = libmpc-tests.la $(top_builddir)/src/libmpc.la
# LOADLIBES (documented in the "GNU make" manual and equivalent to LDLIBS)