Commit fbcf56c9 authored by diego's avatar diego

Make sure that install-progs has the proper dependencies when compiling

against shared libs.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@4984 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 1b9abac0
......@@ -110,7 +110,11 @@ documentation:
install: install-progs install-libs install-headers install-man $(INSTALLVHOOK)
ifeq ($(BUILD_SHARED),yes)
install-progs: $(PROG) install-libs
else
install-progs: $(PROG)
endif
install -d "$(bindir)"
install -c $(INSTALLSTRIP) -m 755 $(PROG) "$(bindir)"
......
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