Add -rpath to LDFLAGS variable to use the builded lasso and not the local one.

This commit is contained in:
Benjamin Dauvergne 2008-08-26 12:51:14 +00:00
parent bcf3b56daf
commit 380217c30d
1 changed files with 2 additions and 0 deletions

View File

@ -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