2014-11-20 21:45:24 +01:00
|
|
|
prefix=@prefix@
|
|
|
|
exec_prefix=@exec_prefix@
|
|
|
|
libdir=@libdir@
|
|
|
|
includedir=@includedir@
|
|
|
|
|
2015-12-09 11:53:12 +01:00
|
|
|
Name: @PACKAGE_NAME@ consensus library
|
2014-11-20 21:45:24 +01:00
|
|
|
Description: Library for the Bitcoin consensus protocol.
|
|
|
|
Version: @PACKAGE_VERSION@
|
|
|
|
Libs: -L${libdir} -lbitcoinconsensus
|
|
|
|
Cflags: -I${includedir}
|
|
|
|
Requires.private: libcrypto
|