diff options
author | lloyd <[email protected]> | 2008-10-15 08:26:49 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-10-15 08:26:49 +0000 |
commit | c4dd584e3bfaf53f941ca11f3000f23dc3c8c9f7 (patch) | |
tree | 39d0481461dbf225e10247afee4a7ffffe9d8ba1 /src/build-data/botan.pc.in | |
parent | b60201225e7372a37fe93e148ffedf8d1fa46f5f (diff) |
Add pkg-config support (requested/suggested by Zack Weinberg on monotone-dev)
Diffstat (limited to 'src/build-data/botan.pc.in')
-rw-r--r-- | src/build-data/botan.pc.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/build-data/botan.pc.in b/src/build-data/botan.pc.in new file mode 100644 index 000000000..a061652c2 --- /dev/null +++ b/src/build-data/botan.pc.in @@ -0,0 +1,11 @@ +prefix=@{var:prefix} +exec_prefix=${prefix} +libdir=${prefix}/@{var:libdir} +includedir=${prefix}/include + +Name: Botan +Description: Multi-platform C++ crypto library +Version: @{var:version} + +Libs: -L${libdir} -lbotan @{var:link_to} +Cflags: -I${includedir} |