diff options
-rw-r--r-- | Makefile.in | 2 | ||||
-rw-r--r-- | mpfr/Makefile.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index 5f13fae63..957323748 100644 --- a/Makefile.in +++ b/Makefile.in @@ -176,7 +176,7 @@ AUTOMAKE_OPTIONS = gnu check-news no-dependencies ansi2knr SUBDIRS = mpn mpz mpq mpf mpbsd mpfr tests demos tune include_HEADERS = gmp.h $(MPBSD_HEADERS_OPTION) $(MPFR_HEADERS_OPTION) -EXTRA_HEADERS = mp.h $(MPFR_HEADERS_OPTION) +EXTRA_HEADERS = mp.h lib_LTLIBRARIES = libgmp.la $(MPBSD_LTLIBRARIES_OPTION) diff --git a/mpfr/Makefile.in b/mpfr/Makefile.in index 7f694f873..b6cf9b35e 100644 --- a/mpfr/Makefile.in +++ b/mpfr/Makefile.in @@ -135,7 +135,7 @@ libmpfr_la_SOURCES = \ karasqrt.c print_rnd_mode.c -EXTRA_DIST = mpfr-impl.h +EXTRA_DIST = mpfr.h mpfr-impl.h subdir = mpfr mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../config.h |