From cdde8cbaed88f06c373f6d5add7273fd97e77d21 Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Sun, 8 Jun 2014 18:12:27 +0200 Subject: Add support for INCLUDEDIR in pkg-config files. --- makefiles/Makefile.top | 1 + 1 file changed, 1 insertion(+) (limited to 'makefiles/Makefile.top') diff --git a/makefiles/Makefile.top b/makefiles/Makefile.top index 38922d1..07d3373 100644 --- a/makefiles/Makefile.top +++ b/makefiles/Makefile.top @@ -295,6 +295,7 @@ define install_pkgconfig -e 's#MAJOR#$(major-version)#' \ -e 's#MINOR#$(minor-version)#' \ -e 's#PATCH#$(patch-version)#' \ + -e 's#INCLUDEDIR#$(INCLUDEDIR)#' \ -e 's#VERSION#$(COMPONENT_VERSION)#' \ -e 's#REQUIRED#$(__required)#' \ -e 's#LIBRARIES#$(__libraries)#' \ -- cgit v1.2.3