summaryrefslogtreecommitdiff
path: root/mpf/Makefile.am
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordberg.se>2000-02-24 15:47:31 +0100
committerLinus Nordberg <linus@nordberg.se>2000-02-24 15:47:31 +0100
commit1616580fa8b6bb461f697625a28da045a0f03906 (patch)
treef499b37f8556fbfe81ac5aba12bcde4ce0166a72 /mpf/Makefile.am
parent7e12e7f6a84cba454dda2d2172ed226aed2fd248 (diff)
downloadgmp-1616580fa8b6bb461f697625a28da045a0f03906.tar.gz
Include `..'.
Diffstat (limited to 'mpf/Makefile.am')
-rw-r--r--mpf/Makefile.am7
1 files changed, 3 insertions, 4 deletions
diff --git a/mpf/Makefile.am b/mpf/Makefile.am
index 5565081d9..cb3330fa6 100644
--- a/mpf/Makefile.am
+++ b/mpf/Makefile.am
@@ -1,11 +1,10 @@
## Process this file with automake to generate Makefile.in
-#AUTOMAKE_OPTIONS = gnu no-dependencies
AUTOMAKE_OPTIONS = gnu
-# $top_srcdir is needed for `#include "gmp-impl.h"'. FIXME?
-# FIXME: Need `-I$(srcdir)' and `-I.'? Where to find config.h?
-INCLUDES = -I$(top_srcdir)
+# $top_srcdir is needed for `#include "gmp-impl.h"'.
+# .. is needed for config.h and gmp-mparam.h.
+INCLUDES = -I$(top_srcdir) -I..
noinst_LTLIBRARIES = libmpf.la
libmpf_la_SOURCES = \