Mercurial > audlegacy
diff Makefile @ 4798:0ea6dd6bfb5a
audlegacy begins.
author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
---|---|
date | Mon, 24 Nov 2008 21:16:26 +0900 |
parents | f964e381d704 |
children | 7bf7f83a217e |
line wrap: on
line diff
--- a/Makefile Sat Oct 11 07:43:44 2008 +0900 +++ b/Makefile Mon Nov 24 21:16:26 2008 +0900 @@ -219,7 +219,7 @@ include buildsys.mk install-extra: - for i in audacious.pc audclient.pc; do \ + for i in audlegacy.pc audlegacyclient.pc; do \ ${INSTALL_STATUS}; \ if ${MKDIR_P} ${DESTDIR}${libdir}/pkgconfig && ${INSTALL} -m 644 $$i ${DESTDIR}${libdir}/pkgconfig/$$i; then \ ${INSTALL_OK}; \ @@ -240,7 +240,7 @@ fi uninstall-extra: - for i in audacious.pc audclient.pc; do \ + for i in audlegacy.pc audlegacyclient.pc; do \ if [ -f ${DESTDIR}${libdir}/pkgconfig/$$i ]; then \ if rm -f ${DESTDIR}${libdir}/pkgconfig/$$i; then \ ${DELETE_OK}; \