# HG changeset patch # User Jonathan Schleifer # Date 1190922913 -7200 # Node ID e240bcea4f7a80669842062539743fea2c66ff75 # Parent 00549db1233299c72c964528d2efa6ce428d21ff D'oh! diff -r 00549db12332 -r e240bcea4f7a src/audacious/Makefile --- a/src/audacious/Makefile Thu Sep 27 21:54:10 2007 +0200 +++ b/src/audacious/Makefile Thu Sep 27 21:55:13 2007 +0200 @@ -217,7 +217,7 @@ ${DBUS_BINDING_TOOL} --mode=glib-client --prefix=audacious_rc objects.xml > $@ install-extra: - if test x"${PROG_NEED_IMPLIB}" = x"yes"; then \ + if test x"${PROG_IMLIB_NEEDED}" = x"yes"; then \ for i in ${PROG}; do \ ${INSTALL_STATUS}; \ if ${MKDIR_P} ${DESTDIR}${libdir} && install -m 644 lib$$i.a ${DESTDIR}${libdir}/lib$$i.a; then \ @@ -229,7 +229,7 @@ fi uninstall-extra: - if test x"${PROG_NEED_IMPLIB}" = x"yes"; then \ + if test x"${PROG_IMLIB_NEEDED}" = x"yes"; then \ for i in ${PROG}; do \ if test -f ${DESTDIR}${libdir}/lib$$i.a; then \ if rm -f ${DESTDIR}${libdir}/lib$$i.a; then