]> git.sesse.net Git - ffmpeg/blobdiff - common.mak
10l in r5768 (broke mbaff)
[ffmpeg] / common.mak
index ea743518f8eaa8ca349adf81669eed0a11827efd..f06d3268a0990957b0d3b1faad870e29fdd97eb8 100644 (file)
@@ -42,7 +42,7 @@ depend: $(SRCS)
 dep:   depend
 
 clean::
-       rm -f *.o *.d *~ *.a *.lib *.so *.dylib *.dll \
+       rm -f *.o *.d *~ *.a *.lib *.so *.so.* *.dylib *.dll \
              *.lib *.def *.dll.a *.exp
 
 distclean: clean
@@ -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)