]> Git Repo - secp256k1.git/blobdiff - libsecp256k1.pc.in
Make signing fail if a too small buffer is passed.
[secp256k1.git] / libsecp256k1.pc.in
index 62a786db45ee24837a4f562f5af9aff78571b534..1c72dd00037b5cbef34d24792f809d700049e105 100644 (file)
@@ -8,5 +8,6 @@ Description: Optimized C library for EC operations on curve secp256k1
 URL: https://github.com/bitcoin/secp256k1
 Version: @PACKAGE_VERSION@
 Cflags: -I${includedir}
-Libs: -L${libdir}
+Libs.private: @SECP_LIBS@
+Libs: -L${libdir} -lsecp256k1
 
This page took 0.022651 seconds and 4 git commands to generate.