mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
10l: fix make install with only shared libs
Originally committed as revision 22280 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
7fcb98a7ec
commit
5654067341
@ -9,7 +9,6 @@ ifdef CONFIG_STATIC
|
||||
all: $(SUBDIR)$(LIBNAME)
|
||||
|
||||
install-libs: install-lib$(NAME)-static
|
||||
install-headers: install-lib$(NAME)-headers install-lib$(NAME)-pkgconfig
|
||||
|
||||
$(SUBDIR)$(LIBNAME): $(OBJS)
|
||||
$(RM) $@
|
||||
@ -17,6 +16,8 @@ $(SUBDIR)$(LIBNAME): $(OBJS)
|
||||
$(RANLIB) $@
|
||||
endif
|
||||
|
||||
install-headers: install-lib$(NAME)-headers install-lib$(NAME)-pkgconfig
|
||||
|
||||
INCINSTDIR := $(INCDIR)/lib$(NAME)
|
||||
|
||||
THIS_LIB := $(SUBDIR)$($(CONFIG_SHARED:yes=S)LIBNAME)
|
||||
|
Loading…
Reference in New Issue
Block a user