diff src/audacious/Makefile @ 4623:68e0859ad1a6

enables audacious to pick up its own libraries when prefix has been specified.
author Yoshiki Yazawa <yaz@cc.rim.or.jp>
date Sun, 08 Jun 2008 11:52:39 +0900
parents a2cbde1af409
children 413cce2453b2
line wrap: on
line diff
--- a/src/audacious/Makefile	Fri Jun 06 15:37:29 2008 +0300
+++ b/src/audacious/Makefile	Sun Jun 08 11:52:39 2008 +0900
@@ -191,9 +191,9 @@
 		${LIBMCS_LIBS}					\
 		${REGEX_LIBS}
 
-LDFLAGS += ${PROG_IMPLIB_LDFLAGS}
+LDFLAGS += ${PROG_IMPLIB_LDFLAGS} ${AUDLDFLAGS}
 
-build_stamp.c: 
+build_stamp.c:
 	if test -d ../../.hg ; then \
 		revh=`hg tip --template 'const char *svn_stamp = "#rev#:#node|short#";\n' 2>/dev/null`; \
 		[ -z "$$revh" ] || echo "$$revh" > build_stamp.c; \