Correctly clean all generated JAR files
[lttng-ust.git] / liblttng-ust-java-agent / java / lttng-ust-agent-jul / Makefile.am
index c0316e23a65b9ffeaa6d8196cd4121076f156feb..2b6cf2352ee44353b914e204aa25a730772184da 100644 (file)
@@ -38,5 +38,7 @@ install-data-hook:
 uninstall-hook:
        cd $(DESTDIR)/$(jardir) && rm -f $(jarfile_symlink)
 
-CLEANFILES = $(jarfile) $(pkgpath)/*.class jul-jni-header.stamp \
+CLEANFILES = *.jar \
+       $(pkgpath)/*.class \
+       jul-jni-header.stamp \
        $(juljniout)/org_lttng_ust_agent_jul_LttngJulApi.h
This page took 0.023378 seconds and 4 git commands to generate.