changeset 1157:7b4e0145155d

2008-10-25 Matthias Klose <doko@ubuntu.com> * Makefile.am (clean-pulse-java): Remove object files.
author doko@ubuntu.com
date Sat, 25 Oct 2008 23:23:16 +0200
parents 4b16b588ba42
children 55a7a736bf3d
files ChangeLog Makefile.am
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sat Oct 25 23:01:28 2008 +0200
+++ b/ChangeLog	Sat Oct 25 23:23:16 2008 +0200
@@ -1,3 +1,7 @@
+2008-10-25  Matthias Klose  <doko@ubuntu.com>
+
+	* Makefile.am (clean-pulse-java): Remove object files.
+
 2008-10-25  Matthias Klose  <doko@ubuntu.com>
 
 	* Makefile.am (gcjwebplugin.so, IcedTeaPlugin.o): Pass PLUGIN_VERSION.
--- a/Makefile.am	Sat Oct 25 23:01:28 2008 +0200
+++ b/Makefile.am	Sat Oct 25 23:23:16 2008 +0200
@@ -1541,7 +1541,7 @@
 clean-pulse-java:
 if ENABLE_PULSE_JAVA
 	[ -z "$(PULSE_JAVA_CLASS_DIR)" ] || find $(PULSE_JAVA_CLASS_DIR) -name '*.class' | xargs -r rm -f
-	[ -z "$(PULSE_JAVA_NATIVE_SRCDIR)" ] || rm -f $(PULSE_JAVA_NATIVE_SRCDIR)/org_*.h
+	[ -z "$(PULSE_JAVA_NATIVE_SRCDIR)" ] || rm -f $(PULSE_JAVA_NATIVE_SRCDIR)/org_*.h $(PULSE_JAVA_NATIVE_SRCDIR)/*.o
 	rm -f stamps/pulse-java*.stamp
 	rm -f pulse-java.jar
 	rm -f libpulse-java.so