changeset 1083:72f37a7f8077

2008-10-11 Matthias Klose <doko@ubuntu.com> * Makefile.am (clean-pulse-java): Remove jni-common.o.
author doko@ubuntu.com
date Sat, 11 Oct 2008 17:28:17 +0200
parents a0124c4addcd
children 64f23360289f
files ChangeLog Makefile.am
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sat Oct 11 16:26:33 2008 +0200
+++ b/ChangeLog	Sat Oct 11 17:28:17 2008 +0200
@@ -1,7 +1,7 @@
 2008-10-11  Matthias Klose  <doko@ubuntu.com>
 
 	* Makefile.am (clean-pulse-java): Don't rm -rf / if configuring
-	without pulseaudio.
+	without pulseaudio, remove jni-common.o.
 
 2008-10-10 Ioana Ivan <iivan@redhat.com>
 	* src/java/org/classpath/icedtea/pulseaudio/PulseAudioMixer.java
--- a/Makefile.am	Sat Oct 11 16:26:33 2008 +0200
+++ b/Makefile.am	Sat Oct 11 17:28:17 2008 +0200
@@ -1499,6 +1499,7 @@
 	rm -f stamps/pulse-java*.stamp
 	rm -f pulse-java.jar
 	rm -f libpulse-java.so
+	rm -f jni-common.o
 endif
 
 # end of pulse-java