mirror of
https://github.com/dashpay/dash.git
synced 2024-12-23 11:02:49 +01:00
f02085e988
It's a shared library, so we should keep its name and API distinguishable from Bitcoin's and avoid pkgconfig confusion Co-authored-by: UdjinM6 <UdjinM6@users.noreply.github.com>
11 lines
261 B
PkgConfig
11 lines
261 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: @PACKAGE_NAME@ consensus library
|
|
Description: Library for the Dash consensus protocol.
|
|
Version: @PACKAGE_VERSION@
|
|
Libs: -L${libdir} -ldashconsensus
|
|
Cflags: -I${includedir}
|