changeset 3659:e240bcea4f7a

D'oh!
author Jonathan Schleifer <js@h3c.de>
date Thu, 27 Sep 2007 21:55:13 +0200
parents 00549db12332
children c54dfcdc839e
files src/audacious/Makefile
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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