diff options
author | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2014-01-23 11:24:30 +0000 |
---|---|---|
committer | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2014-01-23 11:24:30 +0000 |
commit | ff6187c058a6b4224a01f013dfa8f1b8c7ba1882 (patch) | |
tree | 173a8c55b6c9d7966fc762d91ca5f20c647f2a68 | |
parent | 8c8ce3de0bf9181f684fbe6ea253c8a493ea1c14 (diff) | |
download | mpfr-ff6187c058a6b4224a01f013dfa8f1b8c7ba1882.tar.gz |
[tools/bench/Makefile.am] Fix for separate build directory (problem
detected with "make distcheck").
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@8873 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r-- | tools/bench/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/bench/Makefile.am b/tools/bench/Makefile.am index 75f88a370..5960d038a 100644 --- a/tools/bench/Makefile.am +++ b/tools/bench/Makefile.am @@ -8,7 +8,7 @@ # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. -AM_CPPFLAGS = -I$(top_srcdir)/src +AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_builddir)/src AM_DEFAULT_SOURCE_EXT = .c LDADD = $(top_builddir)/src/libmpfr.la |