changeset 1082:a0124c4addcd

2008-10-11 Matthias Klose <doko@ubuntu.com> * Makefile.am (clean-pulse-java): Don't rm -rf / if configuring without pulseaudio.
author doko@ubuntu.com
date Sat, 11 Oct 2008 16:26:33 +0200
parents e7b6e8e732e4
children 72f37a7f8077
files ChangeLog Makefile.am
diffstat 2 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri Oct 10 17:12:18 2008 -0400
+++ b/ChangeLog	Sat Oct 11 16:26:33 2008 +0200
@@ -1,3 +1,8 @@
+2008-10-11  Matthias Klose  <doko@ubuntu.com>
+
+	* Makefile.am (clean-pulse-java): Don't rm -rf / if configuring
+	without pulseaudio.
+
 2008-10-10 Ioana Ivan <iivan@redhat.com>
 	* src/java/org/classpath/icedtea/pulseaudio/PulseAudioMixer.java
 	(getLine): LineUnavailablException is no longer thrown if the mixer is 
--- a/Makefile.am	Fri Oct 10 17:12:18 2008 -0400
+++ b/Makefile.am	Sat Oct 11 16:26:33 2008 +0200
@@ -1493,11 +1493,13 @@
 
 
 clean-pulse-java:
+if ENABLE_PULSE_JAVA
 	rm -rf $(PULSE_JAVA_CLASS_DIR)/*
 	rm -f $(PULSE_JAVA_NATIVE_SRCDIR)/org_*.h
 	rm -f stamps/pulse-java*.stamp
 	rm -f pulse-java.jar
 	rm -f libpulse-java.so
+endif
 
 # end of pulse-java