summaryrefslogtreecommitdiff
path: root/common.mak
diff options
context:
space:
mode:
authorRamiro Polla <ramiro@lisha.ufsc.br>2006-12-22 05:29:14 +0000
committerDiego Biurrun <diego@biurrun.de>2006-12-22 05:29:14 +0000
commit8fbec4f4d0e10dec451fce5f8f62908d4896170a (patch)
treee099625bbc5bc23655c61a0338d78a01becfafb8 /common.mak
parent754e97fa49e3d0b91ca4a588158be39159e04134 (diff)
Install generated .lib files in shlibdir on MinGW.
patch by Ramiro Polla, ramiro lisha.ufsc br Originally committed as revision 7356 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'common.mak')
-rw-r--r--common.mak1
1 files changed, 1 insertions, 0 deletions
diff --git a/common.mak b/common.mak
index d4a8dca416..8fb66f6ab7 100644
--- a/common.mak
+++ b/common.mak
@@ -69,6 +69,7 @@ install-lib-shared: $(SLIBNAME)
ln -sf $(SLIBNAME_WITH_VERSION) $(SLIBNAME_WITH_MAJOR)
cd "$(shlibdir)" && \
ln -sf $(SLIBNAME_WITH_VERSION) $(SLIBNAME)
+ $(SLIB_INSTALL_EXTRA_CMD)
install-lib-static: $(LIB)
install -d "$(libdir)"