diff options
author | lloyd <[email protected]> | 2009-03-28 20:02:41 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-03-28 20:02:41 +0000 |
commit | 3cc3dd72c5f87b76852a55c1f2d1821dba967d8c (patch) | |
tree | 3abdcec1d378cdb655e195414145a9a6bd500ae0 /src/build-data | |
parent | 3246455af96873602d815aa46f6ff6ae2266241a (diff) |
Use Libs.private for listing dependencies in pkg-config, this leads to
somewhat cleaner .so dependencies on ELF systems. Patch from Zack Weinberg.
Diffstat (limited to 'src/build-data')
-rw-r--r-- | src/build-data/botan.pc.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/build-data/botan.pc.in b/src/build-data/botan.pc.in index a061652c2..6fbf43862 100644 --- a/src/build-data/botan.pc.in +++ b/src/build-data/botan.pc.in @@ -7,5 +7,6 @@ Name: Botan Description: Multi-platform C++ crypto library Version: @{var:version} -Libs: -L${libdir} -lbotan @{var:link_to} +Libs: -L${libdir} -lbotan +Libs.private: @{var:link_to} Cflags: -I${includedir} |