Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Schubert <schu@schu.io>2012-07-16 14:41:30 +0400
committerMichael Schubert <schu@schu.io>2012-07-16 15:30:23 +0400
commit77ace82d7ab60fad62a02d272a37d8c4891f59a3 (patch)
treeea02a02bf6fded220253b989b186357cb4534f78 /libgit2.pc.in
parentd4b573513c511584ca7e7f1f9c7731d7349aa3f2 (diff)
libgit2.pc.in: also switch to LIB_INSTALL_DIR
b3237ac3 changed CMakeList.txt to use the more standard LIB_INSTALL_DIR variable instead of INSTALL_LIB, but forgot to change libgit2.pc.in etc. accordingly.
Diffstat (limited to 'libgit2.pc.in')
-rw-r--r--libgit2.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgit2.pc.in b/libgit2.pc.in
index 6165ad678..ddc03f36b 100644
--- a/libgit2.pc.in
+++ b/libgit2.pc.in
@@ -1,4 +1,4 @@
-libdir=@CMAKE_INSTALL_PREFIX@/@INSTALL_LIB@
+libdir=@CMAKE_INSTALL_PREFIX@/@LIB_INSTALL_DIR@
includedir=@CMAKE_INSTALL_PREFIX@/@INSTALL_INC@
Name: libgit2