Browse Source

Create $(shlibdir), not $(libdir) for shared libs.

Originally committed as revision 5874 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun 19 years ago
parent
commit
b8e10478eb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      common.mak

+ 1
- 1
common.mak View File

@@ -60,7 +60,7 @@ install: install-libs install-headers
install-libs: $(INSTLIBTARGETS)

install-lib-shared: $(SLIBNAME)
install -d "$(libdir)"
install -d "$(shlibdir)"
ifeq ($(CONFIG_MINGW),yes)
install $(INSTALLSTRIP) -m 755 $(SLIBNAME) "$(prefix)"
else


Loading…
Cancel
Save