diff options
author | Luke Dashjr <luke-jr+git@utopios.org> | 2014-11-20 20:45:24 +0000 |
---|---|---|
committer | Luke Dashjr <luke-jr+git@utopios.org> | 2014-11-20 21:23:34 +0000 |
commit | eef747bba81e66b2d551a3670a659bbe9dd4a8ce (patch) | |
tree | 925267c63dfc0ec438af55ecd0ff9ce7a0d04088 /libbitcoinconsensus.pc.in | |
parent | 5c4dffd188bf82c1965871bdf013b18a61e3d7d0 (diff) |
libbitcoinconsensus: Add pkg-config support
Diffstat (limited to 'libbitcoinconsensus.pc.in')
-rw-r--r-- | libbitcoinconsensus.pc.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libbitcoinconsensus.pc.in b/libbitcoinconsensus.pc.in new file mode 100644 index 0000000000..3ca1696a31 --- /dev/null +++ b/libbitcoinconsensus.pc.in @@ -0,0 +1,11 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: Bitcoin Core consensus library +Description: Library for the Bitcoin consensus protocol. +Version: @PACKAGE_VERSION@ +Libs: -L${libdir} -lbitcoinconsensus +Cflags: -I${includedir} +Requires.private: libcrypto |