mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-20 02:27:51 +01:00
5a79ef9502
Imported from: git@github.com:sipa/secp256k1.git schnorr3 (0ab0b47) Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
14 lines
322 B
PkgConfig
14 lines
322 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libsecp256k1
|
|
Description: Optimized C library for EC operations on curve secp256k1
|
|
URL: https://github.com/bitcoin/secp256k1
|
|
Version: @PACKAGE_VERSION@
|
|
Cflags: -I${includedir}
|
|
Libs.private: @SECP_LIBS@
|
|
Libs: -L${libdir} -lsecp256k1
|
|
|