mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-21 12:22:50 -05:00
Merge bitcoin/bitcoin#31820: build: consistently use CLIENT_NAME
in libbitcoinkernel.pc.in
f5b9a2f68c
build: use CLIENT_NAME in libbitcoinkernel.pc.in (fanquake) Pull request description: Follows up from when the `pc.in` was added. ACKs for top commit: davidgumberg: utACKf5b9a2f68c
stickies-v: ACKf5b9a2f68c
theuni: utACKf5b9a2f68c
hebasto: ACKf5b9a2f68c
. Tree-SHA512: 7c32db919aa226f9894ed21baa3f794d1181d43d36ae56ba2d187e1a9bafd89feadc6209ab5b5a1b90d8a3de54fb910736397b1061ef48b232b59792ee250d55
This commit is contained in:
commit
bc3f59ca53
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
|
|||
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
|
||||
|
||||
Name: @CLIENT_NAME@ kernel library
|
||||
Description: Experimental library for the Bitcoin Core validation engine.
|
||||
Description: Experimental library for the @CLIENT_NAME@ validation engine.
|
||||
Version: @CLIENT_VERSION_STRING@
|
||||
Libs: -L${libdir} -lbitcoinkernel
|
||||
Libs.private: -L${libdir} @LIBS_PRIVATE@
|
||||
|
|
Loading…
Add table
Reference in a new issue