diff options
author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2008-11-04 01:58:44 +0000 |
---|---|---|
committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2008-11-04 01:58:44 +0000 |
commit | e6b196279f38b80170efd8d0748b31b489f04b15 (patch) | |
tree | 17e57b4114e70b4293fad9c3ba5658c57bf96be7 /bindings/java | |
parent | a62a31e5bcb73b22249291bf53df578f7207b611 (diff) | |
download | lasso-e6b196279f38b80170efd8d0748b31b489f04b15.tar.gz lasso-e6b196279f38b80170efd8d0748b31b489f04b15.tar.xz lasso-e6b196279f38b80170efd8d0748b31b489f04b15.zip |
Clean generated files in bindings
* bindings/java/Makefile.am:
* bindings/php5/Makefile.am:
* bindings/python/Makefile.am:
- reformat value and add generated files to the MOSTLYCLEANFILES
variable
Diffstat (limited to 'bindings/java')
-rw-r--r-- | bindings/java/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/bindings/java/Makefile.am b/bindings/java/Makefile.am index f6ad245c..0b9c9a14 100644 --- a/bindings/java/Makefile.am +++ b/bindings/java/Makefile.am @@ -62,7 +62,11 @@ doc-publish: doc ssh bdauvergne@perso.entrouvert.org tar czf -C public_html/java-binding-doc doc.tgz rm doc.tgz -MOSTLYCLEANFILES = com_entrouvert_lasso_LassoJNI.c com_entrouvert_lasso_LassoJNI.h com/entrouvert/lasso/* lasso.jar *.class $(TESTS) +MOSTLYCLEANFILES = com_entrouvert_lasso_LassoJNI.c com_entrouvert_lasso_LassoJNI.h \ + com/entrouvert/lasso/* lasso.jar *.class $(TESTS) \ + __init__.pyc lang.pyc + + EXTRA_DIST = \ GObject.java \ |