bitcoin/libsecp256k1.pc.in
Cory Fields 67a476599b packaging: fixup pkg-config
Set the private libs as determined by configure, and add the missing lib link.
2014-05-20 21:02:05 -04:00

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