Skip to content

Commit

Permalink
packaging: fixup pkg-config
Browse files Browse the repository at this point in the history
Set the private libs as determined by configure, and add the missing lib link.
  • Loading branch information
theuni committed May 21, 2014
1 parent 81b2fae commit 67a4765
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libsecp256k1.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 67a4765

Please sign in to comment.