Commit a02211f1 authored by diego's avatar diego

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5874 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 28b60b09
......@@ -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
......
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