Add ZeroMQ support. Notify blocks and transactions via ZeroMQ
[bitcoinplatinum.git] / libbitcoinconsensus.pc.in
blob3ca1696a31ce4cd7f6586afd43bc7dea390535db
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@
6 Name: Bitcoin Core 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