Commit 2d8f818c authored by mru's avatar mru

10l: fix make install with only shared libs

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22280 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 9f0d0b83
...@@ -9,7 +9,6 @@ ifdef CONFIG_STATIC ...@@ -9,7 +9,6 @@ ifdef CONFIG_STATIC
all: $(SUBDIR)$(LIBNAME) all: $(SUBDIR)$(LIBNAME)
install-libs: install-lib$(NAME)-static install-libs: install-lib$(NAME)-static
install-headers: install-lib$(NAME)-headers install-lib$(NAME)-pkgconfig
$(SUBDIR)$(LIBNAME): $(OBJS) $(SUBDIR)$(LIBNAME): $(OBJS)
$(RM) $@ $(RM) $@
...@@ -17,6 +16,8 @@ $(SUBDIR)$(LIBNAME): $(OBJS) ...@@ -17,6 +16,8 @@ $(SUBDIR)$(LIBNAME): $(OBJS)
$(RANLIB) $@ $(RANLIB) $@
endif endif
install-headers: install-lib$(NAME)-headers install-lib$(NAME)-pkgconfig
INCINSTDIR := $(INCDIR)/lib$(NAME) INCINSTDIR := $(INCDIR)/lib$(NAME)
THIS_LIB := $(SUBDIR)$($(CONFIG_SHARED:yes=S)LIBNAME) THIS_LIB := $(SUBDIR)$($(CONFIG_SHARED:yes=S)LIBNAME)
......
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