diff options
author | Veeti Paananen <veeti.paananen@rojekti.fi> | 2012-10-19 17:33:13 +0300 |
---|---|---|
committer | Veeti Paananen <veeti.paananen@rojekti.fi> | 2012-10-20 02:56:35 +0300 |
commit | 9795a40f886db0e9b700252e08d34d0b37ff8ecb (patch) | |
tree | a0b69fd0a335a613eadd87c50a068195a8984c42 /libgit2.pc.in | |
parent | 350b83b67d6dfc7f5cff5065aa0cf46f2bc00468 (diff) | |
download | libgit2-9795a40f886db0e9b700252e08d34d0b37ff8ecb.tar.gz |
Use standard CMake variable names for installation paths
Rename INSTALL_INC and INSTALL_BIN to INCLUDE_INSTALL_DIR and
BIN_INSTALL_DIR, which are more commonly used. This is also
consistent with the variable for the library path which is
already LIB_INSTALL_DIR.
Diffstat (limited to 'libgit2.pc.in')
-rw-r--r-- | libgit2.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgit2.pc.in b/libgit2.pc.in index ddc03f36b..52ad901f7 100644 --- a/libgit2.pc.in +++ b/libgit2.pc.in @@ -1,5 +1,5 @@ libdir=@CMAKE_INSTALL_PREFIX@/@LIB_INSTALL_DIR@ -includedir=@CMAKE_INSTALL_PREFIX@/@INSTALL_INC@ +includedir=@CMAKE_INSTALL_PREFIX@/@INCLUDE_INSTALL_DIR@ Name: libgit2 Description: The git library, take 2 |