summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorthevenyp <thevenyp@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2008-04-09 12:35:18 +0000
committerthevenyp <thevenyp@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2008-04-09 12:35:18 +0000
commit3bc2d502f5f0ce96388ba6ad73c947fd2135e6d9 (patch)
treea1b060aaa1e6eea77e7f6e9b9a1a11450db88e0b /Makefile.am
parent90778e8457eee5c89a9ccd84d8fb448853a84e52 (diff)
downloadmpc-3bc2d502f5f0ce96388ba6ad73c947fd2135e6d9.tar.gz
Add a generic test function which tests correct rounding (may give
false warnings in some exceptional cases). git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@85 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 63cf235..2273104 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,5 @@
## Makefile.am -- Process this file with automake to produce Makefile.in
SUBDIRS = src tests doc
-include_HEADERS = $(top_srcdir)/src/mpc.h
+include_HEADERS = src/mpc.h
+EXTRA_DIST = tests/tgeneric.c \ No newline at end of file