diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2008-04-29 12:06:50 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2008-04-29 12:06:50 +0000 |
| commit | 7f96f9d0dbb664f36bf0e378f68963f675679edc (patch) | |
| tree | 2b298acbc3201fe54ec36ac29952d4f582061a2c /bindings/java | |
| parent | 5d448db871cc55e6194476af1e65f79b59376324 (diff) | |
| download | lasso-7f96f9d0dbb664f36bf0e378f68963f675679edc.tar.gz lasso-7f96f9d0dbb664f36bf0e378f68963f675679edc.tar.xz lasso-7f96f9d0dbb664f36bf0e378f68963f675679edc.zip | |
[project @ fpeters@0d.be-20080217154439-uws87jdru8j3izkj]
distribute GObject.java and LassoException_top.java, and fixed distcheck
Original author: Frederic Peters <fpeters@0d.be>
Date: 2008-02-17 16:44:39.322000+01:00
Diffstat (limited to 'bindings/java')
| -rw-r--r-- | bindings/java/Makefile.am | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/bindings/java/Makefile.am b/bindings/java/Makefile.am index d72d0c24..99060001 100644 --- a/bindings/java/Makefile.am +++ b/bindings/java/Makefile.am @@ -21,9 +21,9 @@ BUILT_SOURCES = com_entrouvert_lasso_LassoJNI.c com_entrouvert_lasso_LassoJNI.h: com/entrouvert/lasso/LassoJNI.class javah -d . -jni --classpath=. com.entrouvert.lasso.LassoJNI -com/entrouvert/lasso/LassoJNI.java com/entrouvert/lasso/LassoConstants.java com_entrouvert_lasso_LassoJNI.c: ../lang_java_wrapper_top.c ../lang_java.py +com/entrouvert/lasso/LassoJNI.java com/entrouvert/lasso/LassoConstants.java com_entrouvert_lasso_LassoJNI.c: $(srcdir)/../lang_java_wrapper_top.c $(srcdir)/../lang_java.py $(PYTHON) $(top_srcdir)/bindings/bindings.py -l java --src-dir=$(top_srcdir)/lasso/ - cp GObject.java com/entrouvert/lasso + cp $(srcdir)/GObject.java com/entrouvert/lasso doc/index.html: javadoc -link http://java.sun.com/j2se/1.4.2/docs/api -public -d doc -sourcepath . -subpackages com.entrouvert.lasso @@ -38,3 +38,8 @@ clean-local: -rm -f doc/* com_entrouvert_lasso_LassoJNI.c com/entrouvert/lasso/*.java com/entrouvert/lasso/*.class com_entrouvert_lasso_LassoJNI.h endif + +EXTRA_DIST = \ + GObject.java \ + LassoException_top.java + |
