--- xmms/Makefile.in.orig Sun Feb 6 03:01:27 2000 +++ xmms/Makefile.in Sun Feb 6 03:05:05 2000 @@ -128,7 +128,7 @@ LIBS = @GTK_LIBS@ @PTHREAD_LIBS@ @POSIX_LIBS@ $(top_builddir)/libxmms/libxmms.la CFLAGS = -O2 -ffast-math @GTK_CFLAGS@ -DXMMS_DIR=\"$(xmmsdir)\" -DPLUGIN_DIR=\"$(plugindir)\" -DPLUGINSUBS=$(pluginsubs) -D_REENTRANT -I$(top_builddir) -I$(top_srcdir) -xmms_LDFLAGS = -module +xmms_LDFLAGS = -Wl,-export-dynamic -module xmms_SOURCES = bmp.c bmp.h skin.c skin.h util.c util.h output.c output.h fft.c fft.h input.c input.h effect.c effect.h general.c general.h visualization.c visualization.h pluginenum.c pluginenum.h playlist.c playlist.h controlsocket.c controlsocket.h widget.c widget.h sbutton.c sbutton.h pbutton.c pbutton.h tbutton.c tbutton.h textbox.c textbox.h menurow.c menurow.h hslider.c hslider.h monostereo.c monostereo.h vis.c vis.h svis.c svis.h number.c number.h playstatus.c playstatus.h playlist_list.c playlist_list.h playlist_slider.c playlist_slider.h playlist_popup.c playlist_popup.h eq_graph.c eq_graph.h eq_slider.c eq_slider.h main.c main.h skinwin.c skinwin.h prefswin.c prefswin.h playlistwin.c playlistwin.h equalizer.c equalizer.h hints.c hints.h about.c about.h plugin.h xmms.h getopt.c getopt1.c getopt.h jcode.c jcode.h @@ -246,7 +246,7 @@ xmms: $(xmms_OBJECTS) $(xmms_DEPENDENCIES) @rm -f xmms - $(LINK) $(xmms_LDFLAGS) $(xmms_OBJECTS) $(xmms_LDADD) $(LIBS) + $(LINK) $(xmms_LDFLAGS) $(xmms_OBJECTS) $(xmms_LDADD) $(LIBS) -liconv install-xmmsincludeHEADERS: $(xmmsinclude_HEADERS) @$(NORMAL_INSTALL)