Mercurial > audlegacy
changeset 909:46960fb15ba0 trunk
[svn] Linking fix for --as-needed LDFLAG, thanks to Diego "Flameeyes" Petteno.
author | chainsaw |
---|---|
date | Fri, 31 Mar 2006 14:55:11 -0800 |
parents | 9bc585cc3c65 |
children | a540829b188a |
files | Plugins/Input/adplug/Makefile.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Plugins/Input/adplug/Makefile.in Fri Mar 31 12:38:59 2006 -0800 +++ b/Plugins/Input/adplug/Makefile.in Fri Mar 31 14:55:11 2006 -0800 @@ -6,7 +6,7 @@ LIBDIR = $(plugindir)/$(INPUT_PLUGIN_DIR) -LIBADD = -lstdc++ $(BINIO_LIBS) ./core/libadplugcore.a +LIBADD = ./core/libadplugcore.a $(BINIO_LIBS) -lstdc++ SOURCES = adplug-xmms.cc