-
Notifications
You must be signed in to change notification settings - Fork 39
/
libbitcoin-consensus.pc.in
37 lines (29 loc) · 1.32 KB
/
libbitcoin-consensus.pc.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
###############################################################################
# Copyright (c) 2014-2023 libbitcoin-consensus developers (see COPYING).
#
# GENERATED SOURCE CODE, DO NOT EDIT EXCEPT EXPERIMENTALLY
#
###############################################################################
# Substitutions
#==============================================================================
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
# Metadata
#==============================================================================
Name: libbitcoin-consensus
Description: Bitcoin Consensus Library (optional)
URL: https://github.com/libbitcoin/libbitcoin-consensus
Version: @PACKAGE_VERSION@
# Variables
#==============================================================================
# Dependencies that publish package configuration.
#------------------------------------------------------------------------------
Requires: libsecp256k1 >= 0.1.0.20
# Include directory and any other required compiler flags.
#------------------------------------------------------------------------------
Cflags: -I${includedir}
# Lib directory, lib and any required that do not publish pkg-config.
#------------------------------------------------------------------------------
Libs: -L${libdir} -lbitcoin-consensus