From 38947ebbe81dc7301746935b9fa93f38360e5637 Mon Sep 17 00:00:00 2001 From: Jamie Bullock Date: Mon, 18 Jun 2012 21:38:14 +0100 Subject: SWIG Java bindings improvements Much-improved Java bindings. Java arrays can now be passed to functions that take void *, without any special treatment. --- Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 91d4045..48a3919 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,7 +16,8 @@ EXTRA_DIST = examples/MSP \ autogen.sh \ README.md \ TODO \ - $(SWIG_DIR)/java/SWIG.java \ - $(SWIG_DIR)/java/test.java \ + $(SWIG_DIR)/java/*.java \ + $(SWIG_DIR)/java/xtract/core/src/* \ $(SWIG_DIR)/python/test.py \ $(SWIG_DIR)/python/__init__.py + -- cgit v1.2.3