From 56540673410c5273c9b9590354ca21ae9fda639a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5ns=20Rullg=C3=A5rd?= Date: Sun, 7 Mar 2010 15:46:22 +0000 Subject: 10l: fix make install with only shared libs Originally committed as revision 22280 to svn://svn.ffmpeg.org/ffmpeg/trunk --- subdir.mak | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'subdir.mak') diff --git a/subdir.mak b/subdir.mak index c9b99009cf..b67288a4b7 100644 --- a/subdir.mak +++ b/subdir.mak @@ -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) -- cgit v1.2.3