mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-20 10:39:49 +01:00
c649f62e43
Add Makefile target update-secp256k1, and run it. The only API change is that len is now an IN-OUT parameter to serialization functions. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
14 lines
327 B
PkgConfig
14 lines
327 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-core/secp256k1
|
|
Version: @PACKAGE_VERSION@
|
|
Cflags: -I${includedir}
|
|
Libs.private: @SECP_LIBS@
|
|
Libs: -L${libdir} -lsecp256k1
|
|
|