comparison Makefile @ 773:a5095f5cf38a libavformat

ldconfig as config.mak variable patch by (Jacob Meuser: jakemsr, jakemsr com)
author michael
date Sun, 22 May 2005 23:58:58 +0000
parents 769c2a9062c1
children 391669d461d4
comparison
equal deleted inserted replaced
772:d3cec742f7c0 773:a5095f5cf38a
109 install $(INSTALLSTRIP) -m 755 $(SLIB) "$(prefix)" 109 install $(INSTALLSTRIP) -m 755 $(SLIB) "$(prefix)"
110 else 110 else
111 install -d $(libdir) 111 install -d $(libdir)
112 install $(INSTALLSTRIP) -m 755 $(SLIB) $(libdir)/libavformat-$(VERSION).so 112 install $(INSTALLSTRIP) -m 755 $(SLIB) $(libdir)/libavformat-$(VERSION).so
113 ln -sf libavformat-$(VERSION).so $(libdir)/libavformat.so 113 ln -sf libavformat-$(VERSION).so $(libdir)/libavformat.so
114 ldconfig || true 114 $(LDCONFIG) || true
115 endif 115 endif
116 else 116 else
117 install: 117 install:
118 endif 118 endif
119 119