comparison 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
comparison
equal deleted inserted replaced
4622:a615322374c8 4623:68e0859ad1a6
189 ${DBUS_LIBS} \ 189 ${DBUS_LIBS} \
190 ${MOWGLI_LIBS} \ 190 ${MOWGLI_LIBS} \
191 ${LIBMCS_LIBS} \ 191 ${LIBMCS_LIBS} \
192 ${REGEX_LIBS} 192 ${REGEX_LIBS}
193 193
194 LDFLAGS += ${PROG_IMPLIB_LDFLAGS} 194 LDFLAGS += ${PROG_IMPLIB_LDFLAGS} ${AUDLDFLAGS}
195 195
196 build_stamp.c: 196 build_stamp.c:
197 if test -d ../../.hg ; then \ 197 if test -d ../../.hg ; then \
198 revh=`hg tip --template 'const char *svn_stamp = "#rev#:#node|short#";\n' 2>/dev/null`; \ 198 revh=`hg tip --template 'const char *svn_stamp = "#rev#:#node|short#";\n' 2>/dev/null`; \
199 [ -z "$$revh" ] || echo "$$revh" > build_stamp.c; \ 199 [ -z "$$revh" ] || echo "$$revh" > build_stamp.c; \
200 else \ 200 else \
201 echo "const char *svn_stamp = \"UNSUPPORTED VERSION\";" > build_stamp.c; \ 201 echo "const char *svn_stamp = \"UNSUPPORTED VERSION\";" > build_stamp.c; \