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)
--- a/vamp-sdk/libvamp-sdk.la	Tue Aug 01 09:08:44 2006 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-dlname='%LINK_ABI%'
-library_names='%LIBNAME% %LINK_ABI% %LINK_DEV%'
-old_library='%STATIC%'
-dependency_libs=''
-current=0
-age=0
-revision=5
-libdir='%LIBS%'
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/vamp-sdk/libvamp-sdk.la.in	Tue Aug 01 09:10:06 2006 +0000
@@ -0,0 +1,8 @@
+dlname='%LINK_ABI%'
+library_names='%LIBNAME% %LINK_ABI% %LINK_DEV%'
+old_library='%STATIC%'
+dependency_libs=''
+current=0
+age=0
+revision=5
+libdir='%LIBS%'