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:
authorIngmar Vanhassel <ingmar@exherbo.org>2009-01-31 01:55:54 +0300
committerShawn O. Pearce <spearce@spearce.org>2009-02-02 02:00:10 +0300
commit19af3949ca8ce2831049a4755bce3091d7f4bceb (patch)
treed90233146d40105f042773fce6917fa4687b94a1 /libgit2.pc.in
parent521b4e69c6e0a257724d59f3c803f4eb11e0521f (diff)
Add support for installing to a libdir other than 'lib'.
Signed-off-by: Ingmar Vanhassel <ingmar@exherbo.org> Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
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 89528ef25..83fc82fc8 100644
--- a/libgit2.pc.in
+++ b/libgit2.pc.in
@@ -1,6 +1,6 @@
prefix=@prefix@
exec_prefix=${prefix}
-libdir=${exec_prefix}/lib
+libdir=@libdir@
includedir=${prefix}/include
Name: libgit2