summaryrefslogtreecommitdiffstats
path: root/bindings/java
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-03-02 11:57:56 +0000
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-03-02 11:57:56 +0000
commit0f8da3fbdd3258e2d00b3549820b4c3c5bb85b5a (patch)
tree48cd3c8542198233fce8960a3bc4133b11d7a255 /bindings/java
parent32794e6c8970f4278dbaa2aade0646a2eb8e1aeb (diff)
downloadlasso-0f8da3fbdd3258e2d00b3549820b4c3c5bb85b5a.tar.gz
lasso-0f8da3fbdd3258e2d00b3549820b4c3c5bb85b5a.tar.xz
lasso-0f8da3fbdd3258e2d00b3549820b4c3c5bb85b5a.zip
Bindings java: do not mask errors from the code generator
Diffstat (limited to 'bindings/java')
-rw-r--r--bindings/java/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/java/Makefile.am b/bindings/java/Makefile.am
index 2ce5c3cc..31d4706d 100644
--- a/bindings/java/Makefile.am
+++ b/bindings/java/Makefile.am
@@ -62,7 +62,7 @@ BUILT_SOURCES = com_entrouvert_lasso_LassoJNI.c com_entrouvert_lasso_LassoJNI.h
BINDING_OPTION=#--enable-exception-docs
$(java_lasso_source_files) com_entrouvert_lasso_LassoJNI.c: wrapper_top.c wrapper_bottom.c lang.py ../bindings.py
- $(AM_V_GEN) $(PYTHON) $(top_srcdir)/bindings/bindings.py $(BINDING_OPTION) -l java --src-dir=$(top_srcdir)/lasso/ $(EXTRA_ARGS); cp $(srcdir)/GObject.java com/entrouvert/lasso
+ $(AM_V_GEN) $(PYTHON) $(top_srcdir)/bindings/bindings.py $(BINDING_OPTION) -l java --src-dir=$(top_srcdir)/lasso/ $(EXTRA_ARGS) && cp $(srcdir)/GObject.java com/entrouvert/lasso
doc-publish: doc