Mercurial > hg > vamp-plugin-sdk
changeset 34:cfba7059eccf
* move .la file to .la.in
author | cannam |
---|---|
date | Tue, 01 Aug 2006 09:10:06 +0000 |
parents | 909fe32e2c3c |
children | 154f86cb8c99 |
files | Makefile vamp-sdk/libvamp-sdk.la vamp-sdk/libvamp-sdk.la.in |
diffstat | 3 files changed, 9 insertions(+), 9 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Tue Aug 01 09:08:44 2006 +0000 +++ b/Makefile Tue Aug 01 09:10:06 2006 +0000 @@ -145,5 +145,5 @@ -e "s,%LINK_ABI%,$(INSTALL_SDK_LINK_ABI),g" \ -e "s,%LINK_DEV%,$(INSTALL_SDK_LINK_DEV),g" \ -e "s,%STATIC%,$(INSTALL_SDK_STATIC),g" \ - -e "s,%LIBS%,$(INSTALL_SDK_LIBS),g" $(SDK_LA) \ + -e "s,%LIBS%,$(INSTALL_SDK_LIBS),g" $(SDK_LA).in \ > $(INSTALL_SDK_LIBS)/$(INSTALL_SDK_LA)