From 25cd5cb33ce97f9863d842ec8ecebd60a6043d82 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 16 Jun 2008 18:01:55 +0000 Subject: Generate pkg-config files in each library subdirectory so that they do not clutter the root of the source tree. Originally committed as revision 13780 to svn://svn.ffmpeg.org/ffmpeg/trunk --- subdir.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'subdir.mak') diff --git a/subdir.mak b/subdir.mak index 68850c80ba..7c38b77619 100644 --- a/subdir.mak +++ b/subdir.mak @@ -56,7 +56,7 @@ install-headers:: install -d "$(INCINSTDIR)" install -d "$(LIBDIR)/pkgconfig" install -m 644 $(addprefix "$(SRC_DIR)"/,$(HEADERS)) "$(INCINSTDIR)" - install -m 644 $(BUILD_ROOT)/lib$(NAME).pc "$(LIBDIR)/pkgconfig" + install -m 644 $(BUILD_ROOT)/lib$(NAME)/lib$(NAME).pc "$(LIBDIR)/pkgconfig" uninstall-libs:: -rm -f "$(SHLIBDIR)/$(SLIBNAME_WITH_MAJOR)" \ -- cgit v1.2.3