diff options
author | Jamie Bullock <jamie@postlude.co.uk> | 2012-06-18 21:38:14 +0100 |
---|---|---|
committer | Jamie Bullock <jamie@postlude.co.uk> | 2012-06-18 21:38:14 +0100 |
commit | 38947ebbe81dc7301746935b9fa93f38360e5637 (patch) | |
tree | 9c849f5ff038e28f968d3593d662bf79aa00ee7c /Makefile.am | |
parent | 71b96876d1caf0f6d0bfb82be5ca6e68da092c56 (diff) | |
download | LibXtract-38947ebbe81dc7301746935b9fa93f38360e5637.tar.gz LibXtract-38947ebbe81dc7301746935b9fa93f38360e5637.tar.bz2 LibXtract-38947ebbe81dc7301746935b9fa93f38360e5637.zip |
SWIG Java bindings improvements
Much-improved Java bindings. Java arrays can now be passed to functions
that take void *, without any special treatment.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
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 + |