summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2008-08-26 12:51:14 +0000
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2008-08-26 12:51:14 +0000
commit380217c30d78a75f8431adb7c3380f09d697613a (patch)
tree3d1e837925c4ccfbc239834453d4a256a595ad3d /tests
parentbcf3b56daf15389b903965bbf1ebd14d6f195582 (diff)
downloadlasso-380217c30d78a75f8431adb7c3380f09d697613a.tar.gz
lasso-380217c30d78a75f8431adb7c3380f09d697613a.tar.xz
lasso-380217c30d78a75f8431adb7c3380f09d697613a.zip
Add -rpath to LDFLAGS variable to use the builded lasso and not the local one.
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 421a4d62..d2461ca8 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -18,9 +18,11 @@ tests_LDADD = \
$(top_builddir)/lasso/liblasso.la \
$(LASSO_LIBS) \
$(CHECK_LIBS)
+tests_LDFLAGS = -rpath $(top_srcdir)/lasso/.libs/
perfs_SOURCES = perfs.c
perfs_LDADD = $(top_builddir)/lasso/liblasso.la $(LASSO_LIBS)
+perfs_LDFLAGS = -rpath $(top_srcdir)/lasso/.libs/
endif