summaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2004-08-20 08:13:47 +0000
committerFrederic Peters <fpeters@entrouvert.com>2004-08-20 08:13:47 +0000
commit7b1a9cd0a0cd90e5ca9fd7bf00581b741eb97002 (patch)
treee004c19ec8c17cd2cbe79cd2349e8041632651cb /java
parent832ee41048d628f84ad5699c09c24a3f94e428ec (diff)
downloadlasso-7b1a9cd0a0cd90e5ca9fd7bf00581b741eb97002.tar.gz
lasso-7b1a9cd0a0cd90e5ca9fd7bf00581b741eb97002.tar.xz
lasso-7b1a9cd0a0cd90e5ca9fd7bf00581b741eb97002.zip
errors propagate; fixes follow them.
Diffstat (limited to 'java')
-rw-r--r--java/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/Makefile.am b/java/Makefile.am
index 17596a3e..8b0bd5b2 100644
--- a/java/Makefile.am
+++ b/java/Makefile.am
@@ -20,7 +20,7 @@ libjlasso_la_CFLAGS= $(JDK_INCLUDES) \
$(LASSO_CFLAGS) \
-I$(top_srcdir) -I$(top_srcdir)/lasso \
$(NULL)
-libjlasso_la_LIBADD= $(top_srcdir)/lasso/liblasso.la \
+libjlasso_la_LIBADD= $(top_builddir)/lasso/liblasso.la \
$(LASSO_LIBS) \
$(NULL)
libjlasso_la_LDFLAGS= -no-undefined \