summaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
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 9580f50b..ba37bba0 100644
--- a/java/Makefile.am
+++ b/java/Makefile.am
@@ -48,7 +48,7 @@ CLEANFILES = $(JAVA_CRUFT)
MAINTAINERCLEANFILES = $(SWIG_OUTPUTS)
-lasso_wrap.c lasso.java: $(top_srcdir)/swig/Lasso.i
+lasso_wrap.c lasso.java: $(top_srcdir)/swig/Lasso.i $(top_srcdir)/swig/Lasso-wsf.i
$(SWIG) -v -java -module lasso -package com.entrouvert.lasso -o lasso_wrap.c $<
# FIXME There must be a better way to do this with SWIG