From 6b86aa67efab3966be6c4577a83886bb93f7be9b Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Wed, 21 Jul 2010 13:56:49 +0000 Subject: [Bindings] improve cleaning and distribution buiding --- bindings/java/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bindings/java') 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 -- cgit