summaryrefslogtreecommitdiff
path: root/mpn/Makefile.am
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2002-06-14 01:52:00 +0200
committerKevin Ryde <user42@zip.com.au>2002-06-14 01:52:00 +0200
commit0dcdd6b45990be690fe36cf209e8d1a4247c8d99 (patch)
tree63350e25e43ab4d600ccaf89013b6a5d24e89ffd /mpn/Makefile.am
parentd12fc5825f00803bc07e82793c5a6b944352367f (diff)
downloadgmp-0dcdd6b45990be690fe36cf209e8d1a4247c8d99.tar.gz
* mpn/Makefile.am: mp_bases.c now in nodist_libmpn_la_SOURCES.
Diffstat (limited to 'mpn/Makefile.am')
-rw-r--r--mpn/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpn/Makefile.am b/mpn/Makefile.am
index 5ecebae9d..0c7f02c0f 100644
--- a/mpn/Makefile.am
+++ b/mpn/Makefile.am
@@ -52,7 +52,7 @@ nodist_libdummy_la_SOURCES = \
noinst_LTLIBRARIES = libmpn.la
-libmpn_la_SOURCES = mp_bases.c
+nodist_libmpn_la_SOURCES = mp_bases.c
libmpn_la_LIBADD = $(OFILES)
libmpn_la_DEPENDENCIES = $(OFILES)