]> Git Repo - secp256k1.git/blobdiff - libsecp256k1.pc.in
Constant-time behaviour test using valgrind memtest.
[secp256k1.git] / libsecp256k1.pc.in
index 62a786db45ee24837a4f562f5af9aff78571b534..694e98eef51ea7fe45317aa7f2ffbc9152f0ebe3 100644 (file)
@@ -5,8 +5,9 @@ includedir=@includedir@
 
 Name: libsecp256k1
 Description: Optimized C library for EC operations on curve secp256k1
-URL: https://github.com/bitcoin/secp256k1
+URL: https://github.com/bitcoin-core/secp256k1
 Version: @PACKAGE_VERSION@
 Cflags: -I${includedir}
-Libs: -L${libdir}
+Libs: -L${libdir} -lsecp256k1
+Libs.private: @SECP_LIBS@
 
This page took 0.024373 seconds and 4 git commands to generate.