summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2002-04-09 23:11:46 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2002-04-09 23:11:46 +0000
commite3b585a8a8aba566fa937a05d761e2429f75f7ed (patch)
tree8498a7ad1af668fb1660c0a69bee17082621f7d3 /Makefile.am
parent08cccfa6ca628a4318d9a3aef53d0891d29eb032 (diff)
downloadmpfr-e3b585a8a8aba566fa937a05d761e2429f75f7ed.tar.gz
include_HEADERS should contain only mpfr.h and mpf2mpfr.h.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@1839 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 3edbca21f..6036fad39 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
SUBDIRS=tests
EXTRA_DIST=generic.c VERSION
-include_HEADERS = mpfr.h mpf2mpfr.h mpfr-test.h mpfr-math.h
+include_HEADERS = mpfr.h mpf2mpfr.h
lib_LIBRARIES = libmpfr.a