Permalink
Please sign in to comment.
Showing
with
17 additions
and 0 deletions.
- +5 −0 Makefile.am
- +1 −0 configure.ac
- +11 −0 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 |
0 comments on commit
eef747b