summaryrefslogtreecommitdiff
path: root/common.mak
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2006-07-15 23:01:52 +0000
committerDiego Biurrun <diego@biurrun.de>2006-07-15 23:01:52 +0000
commit84c22efdfb825370875763622e6a6747b956cab0 (patch)
tree8faed9204e364313d7d6d68c729b264701f74e86 /common.mak
parent2266e085c98bf5cdbff8cb2ae6f18ac9d84d6a0a (diff)
Create infrastructure to install shared and static libs into different places.
based on patch by VĂ­ctor Paesa wzrlpy at arsystel com Originally committed as revision 5755 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'common.mak')
-rw-r--r--common.mak6
1 files changed, 3 insertions, 3 deletions
diff --git a/common.mak b/common.mak
index 75366e8ed9..f06d3268a0 100644
--- a/common.mak
+++ b/common.mak
@@ -65,11 +65,11 @@ ifeq ($(CONFIG_MINGW),yes)
install $(INSTALLSTRIP) -m 755 $(SLIBNAME) "$(prefix)"
else
install $(INSTALLSTRIP) -m 755 $(SLIBNAME) \
- $(libdir)/$(SLIBNAME_WITH_VERSION)
+ $(shlibdir)/$(SLIBNAME_WITH_VERSION)
ln -sf $(SLIBNAME_WITH_VERSION) \
- $(libdir)/$(SLIBNAME_WITH_MAJOR)
+ $(shlibdir)/$(SLIBNAME_WITH_MAJOR)
ln -sf $(SLIBNAME_WITH_VERSION) \
- $(libdir)/$(SLIBNAME)
+ $(shlibdir)/$(SLIBNAME)
endif
install-lib-static: $(LIB)