summaryrefslogtreecommitdiffstats
path: root/bindings/java
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-07-21 13:56:49 +0000
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-07-21 13:56:49 +0000
commit6b86aa67efab3966be6c4577a83886bb93f7be9b (patch)
treee1ce6b0bababc7eda7ef58189f5cdac05a3773ce /bindings/java
parent2d9a2ec35f9e326b89c4cb3624d15dbb387d2878 (diff)
downloadlasso-6b86aa67efab3966be6c4577a83886bb93f7be9b.tar.gz
lasso-6b86aa67efab3966be6c4577a83886bb93f7be9b.tar.xz
lasso-6b86aa67efab3966be6c4577a83886bb93f7be9b.zip
[Bindings] improve cleaning and distribution buiding
Diffstat (limited to 'bindings/java')
-rw-r--r--bindings/java/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/bindings/java/Makefile.am b/bindings/java/Makefile.am
index 1f279c17..b3a28d09 100644
--- a/bindings/java/Makefile.am
+++ b/bindings/java/Makefile.am
@@ -89,6 +89,8 @@ EXTRA_DIST = \
wrapper_bottom.c \
wrapper_top.c
+clean-local:
+ -rm -rf com
# Some of the following classes are built only if junit is available
if JUNIT_ENABLED