summaryrefslogtreecommitdiffstats
path: root/bindings/java
diff options
context:
space:
mode:
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