summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorthevenyp <thevenyp@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2009-03-20 15:31:11 +0000
committerthevenyp <thevenyp@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2009-03-20 15:31:11 +0000
commit5d6b215e5a3d54e62c1e30869dfc7d1a9a2299c7 (patch)
treebc66ae3e203fb78d4ff30f0ed82c6699d5a7dab2 /tests/Makefile.am
parentb08f70fb663d1889b6fb53558b37449e0013d2b8 (diff)
downloadmpc-5d6b215e5a3d54e62c1e30869dfc7d1a9a2299c7.tar.gz
tests/random.c: stdio.h is now included by mpc-tests.h
tests/Makefile.am: remove now unused __SRCDIR symbol (since r491-r492, we use the srcdir environment variable). git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@493 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 168b394..3d53dbe 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,6 +1,6 @@
## Makefile.am -- Process this file with automake to produce Makefile.in
AM_CFLAGS=@WARNINGCFLAGS@
-AM_CPPFLAGS = -I$(top_srcdir)/src -D__SRCDIR=$(srcdir)
+AM_CPPFLAGS = -I$(top_srcdir)/src
LDADD = libmpc-tests.la $(top_builddir)/src/libmpc.la
check_PROGRAMS = tio_str tabs tadd tadd_fr tadd_ui targ tconj tcos tcosh tdiv \