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