Merge #12093: Fix incorrect Markdown link
[bitcoinplatinum.git] / libbitcoinconsensus.pc.in
blobeb920c47eb521e5e42f3cff196c92627015e6dc7
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@
6 Name: @PACKAGE_NAME@ consensus library
7 Description: Library for the Bitcoin consensus protocol.
8 Version: @PACKAGE_VERSION@
9 Libs: -L${libdir} -lbitcoinconsensus
10 Cflags: -I${includedir}
11 Requires.private: libcrypto