summaryrefslogtreecommitdiff
path: root/cxx
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-10-09 03:26:27 +0200
committerKevin Ryde <user42@zip.com.au>2001-10-09 03:26:27 +0200
commitcfcfd5bad1f2c1e4325b41458d4efaa74aefc16b (patch)
treeafafdb01e948b66b936867373c770a73c36ce81f /cxx
parentf6a97298f25fc8543dbed7e6a41351083412be93 (diff)
downloadgmp-cfcfd5bad1f2c1e4325b41458d4efaa74aefc16b.tar.gz
* Makefile.am, cxx/Makefile.am: Updates for Gerardo's stuff.
2001-10-09 Gerardo Ballabio <ballabio@sissa.it> * cxx/isfuns.cc: New file. * cxx/ismpf.cc, cxx/ismpq.cc, cxx/ismpz.cc: New files. * gmpxx.h, mpfrxx.h: New files.
Diffstat (limited to 'cxx')
-rw-r--r--cxx/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/cxx/Makefile.am b/cxx/Makefile.am
index 933e60f36..e9c26ae76 100644
--- a/cxx/Makefile.am
+++ b/cxx/Makefile.am
@@ -29,4 +29,6 @@ noinst_LTLIBRARIES = libcxx.la
endif
# osfuns.cc is handled from the top-level Makefile.am
-libcxx_la_SOURCES = osdoprnti.cc osmpf.cc osmpq.cc osmpz.cc
+libcxx_la_SOURCES = \
+ isfuns.cc ismpf.cc ismpq.cc ismpz.cc \
+ osdoprnti.cc osmpf.cc osmpq.cc osmpz.cc