packaging: fixup pkg-config

Set the private libs as determined by configure, and add the missing lib link.
This commit is contained in:
Cory Fields 2014-05-20 21:02:02 -04:00
parent 81b2faebd4
commit 67a476599b
1 changed files with 2 additions and 1 deletions

View 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