summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzimmerma <zimmerma@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2014-01-10 16:24:40 +0000
committerzimmerma <zimmerma@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2014-01-10 16:24:40 +0000
commitb5507c2d93aa4a840675abf2b09b413e5374b391 (patch)
tree68658e799d41e2a026d43159e6e4534fff0602c2
parent7201055dfbbd470f929f6992fdb9bcffd7bec74f (diff)
downloadmpc-b5507c2d93aa4a840675abf2b09b413e5374b391.tar.gz
copied LOADLIBES from MPFR
git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@1404 211d60ee-9f03-0410-a15a-8952a2c7a4e4
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index d90bf1e..df44e1d 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -25,7 +25,7 @@ AM_LDFLAGS = -no-install
# LOADLIBES (documented in the "GNU make" manual and equivalent to LDLIBS)
# enables to compile a program foo.c in the test directory by simply doing
# "make foo".
-LOADLIBES=$(DEFS) -I$(top_srcdir)/src -I$(top_builddir) $(CPPFLAGS) $(CFLAGS) -L$(top_builddir)/src/.libs -L$(top_builddir)/tests/.libs -lmpc-tests -lmpc -lm -Wl,-rpath -Wl,$(top_builddir)/src/.libs $(LIBS)
+LOADLIBES=$(DEFS) $(AM_CPPFLAGS) $(CPPFLAGS) $(CFLAGS) $(top_builddir)/tests/.libs/libmpc-tests.a $(top_builddir)/src/.libs/libmpc.a $(LIBS)
check_PROGRAMS = tabs tacos tacosh tadd tadd_fr tadd_si tadd_ui targ tasin \
tasinh tatan tatanh tconj tcos tcosh tdiv tdiv_2si tdiv_2ui tdiv_fr tdiv_ui \