From 1fe6c59827520d605a8d78d20fc0d7477d0b73f3 Mon Sep 17 00:00:00 2001 From: Cody P Schafer Date: Tue, 11 Nov 2014 16:09:05 -0500 Subject: [PATCH] pkg-config: support INCLUDE_INSTALL_DIR --- pkg-config/jsoncpp.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg-config/jsoncpp.pc.in b/pkg-config/jsoncpp.pc.in index d8a61ac..5de8105 100644 --- a/pkg-config/jsoncpp.pc.in +++ b/pkg-config/jsoncpp.pc.in @@ -1,7 +1,7 @@ prefix=@CMAKE_INSTALL_PREFIX@ exec_prefix=${prefix} libdir=${exec_prefix}/lib -includedir=${prefix}/include +includedir=${prefix}/@INCLUDE_INSTALL_DIR@ Name: jsoncpp Description: A C++ library for interacting with JSON