diff src/audacious/Makefile @ 3764:4db0817319c0

build fix
author William Pitcock <nenolod@atheme.org>
date Sun, 14 Oct 2007 22:04:55 -0500
parents 75372888e065
children 942a76b87306
line wrap: on
line diff
--- a/src/audacious/Makefile	Sun Oct 14 21:56:49 2007 -0500
+++ b/src/audacious/Makefile	Sun Oct 14 22:04:55 2007 -0500
@@ -191,7 +191,7 @@
 	${LIBGLADE_LIBS}	\
 	${REGEX_LIBS}
 
-LDFLAGS += ${EXPORTDYN} ${PROG_IMPLIB_LDFLAGS}
+LDFLAGS += ${PROG_IMPLIB_LDFLAGS}
 
 build_stamp.c: 
 	if [ -d ../../.hg ]; then \