From eef747bba81e66b2d551a3670a659bbe9dd4a8ce Mon Sep 17 00:00:00 2001 From: Luke Dashjr Date: Thu, 20 Nov 2014 20:45:24 +0000 Subject: libbitcoinconsensus: Add pkg-config support --- libbitcoinconsensus.pc.in | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 libbitcoinconsensus.pc.in (limited to 'libbitcoinconsensus.pc.in') 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 -- cgit v1.2.3