Could someone apply this patch? It fixes the build when
srcdir != builddir.

P.S. Does anyone have a working URL for a shoutcast file?
I tried a couple on the web but I could not get anything to
work. The palyer just said 0% loading and then did nothing.

Mo DeJong
Red Hat Inc


Index: Makefile.in
===================================================================
RCS file: /src/repository/freeamp/Makefile.in,v
retrieving revision 1.65
diff -u -r1.65 Makefile.in
--- Makefile.in 2000/08/17 20:03:30     1.65
+++ Makefile.in 2000/08/23 22:09:08
@@ -108,7 +108,7 @@
 DIRECTORIES += io/esound/src io/http io/local io/obs io/src io/soundcard
 DIRECTORIES += io/soundcard/beos io/soundcard/unix io/soundcard/unix/linux
 DIRECTORIES += io/soundcard/beos/src io/soundcard/unix/linux/src 
-DIRECTORIES += io/wavout io/wavout/src io/wavout/include
+DIRECTORIES += io/wavout io/wavout/src io/wavout/include io/signature/src
 DIRECTORIES += io/soundcard/unix/solaris io/soundcard/unix/solaris/src 
 DIRECTORIES += lib lib/xml lib/xml/src lib/http lib/http/src lib/zlib lmc
 DIRECTORIES += lmc/xingmp3 lmc/xingmp3/src lib/gdbm lib/zlib/src 
lmc/vorbis 
@@ -124,10 +124,12 @@
 DIRECTORIES += update update/unix lmc/cd lmc/cd/src io/cd io/cd/unix 
 DIRECTORIES += io/cd/unix/src lib/unzip lib/unzip/src ftc ftc/kjofol 
ftc/winamp
 DIRECTORIES += plm/metadata/cddb base/aps lmc/vorbis/src
+DIRECTORIES += lib/musicbrainz/expat/xmlparse lib/musicbrainz/expat/xmltok
+DIRECTORIES += lib/musicbrainz/osdep lib/musicbrainz/lib
 
 dirs:
        for p in $(DIRECTORIES); do \
-         test -d $$p || mkdir $$p; \
+         test -d $$p || mkdir -p $$p; \
         done
           
 freeamp: $(FREEAMPOBJ) $(freeamp_DEPENDENCIES)
_______________________________________________
[EMAIL PROTECTED]
http://www.freeamp.org/mailman/listinfo/freeamp-dev

Reply via email to