changeset 3654:088de3d37394

partially reverse a patch by js that fixes cygwin, but breaks linux :-)
author mf0102 <0102@gmx.at>
date Thu, 27 Sep 2007 15:23:53 +0200
parents b88ebc1c564f
children 047829635612
files src/libid3tag/Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/libid3tag/Makefile	Thu Sep 27 14:26:37 2007 +0200
+++ b/src/libid3tag/Makefile	Thu Sep 27 15:23:53 2007 +0200
@@ -29,4 +29,4 @@
 
 CPPFLAGS += ${LIB_CPPFLAGS} -I.. ${GLIB_CFLAGS}
 CFLAGS += ${LIB_CFLAGS}
-LIBS += ../audacious/vfs.o -lz ${GLIB_LIBS}
+LIBS += -lz ${GLIB_LIBS}