Commit b8e10478 authored by Diego Biurrun's avatar Diego Biurrun

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

Originally committed as revision 5874 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 6c9ce82f
...@@ -60,7 +60,7 @@ install: install-libs install-headers ...@@ -60,7 +60,7 @@ install: install-libs install-headers
install-libs: $(INSTLIBTARGETS) install-libs: $(INSTLIBTARGETS)
install-lib-shared: $(SLIBNAME) install-lib-shared: $(SLIBNAME)
install -d "$(libdir)" install -d "$(shlibdir)"
ifeq ($(CONFIG_MINGW),yes) ifeq ($(CONFIG_MINGW),yes)
install $(INSTALLSTRIP) -m 755 $(SLIBNAME) "$(prefix)" install $(INSTALLSTRIP) -m 755 $(SLIBNAME) "$(prefix)"
else else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment