commit | 1fe6c59827520d605a8d78d20fc0d7477d0b73f3 | [log] [tgz] |
---|---|---|
author | Cody P Schafer <dev@codyps.com> | Tue Nov 11 16:09:05 2014 -0500 |
committer | Cody P Schafer <dev@codyps.com> | Tue Nov 11 16:09:05 2014 -0500 |
tree | 71316ac09301213db5480daebbd9a28eae4da1af | |
parent | 20672ed02c58eef694ee1e2a395b3f60f7c4c6f6 [diff] |
pkg-config: support INCLUDE_INSTALL_DIR
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