aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/secp256k1/libsecp256k1/libsecp256k1.pc.in
diff options
context:
space:
mode:
authorGustav Simonsson <gustav.simonsson@gmail.com>2015-09-28 23:46:17 +0800
committerGustav Simonsson <gustav.simonsson@gmail.com>2015-09-28 23:46:38 +0800
commit1d20b0247c35f440d3fdc3d21de19b2d5256c3cf (patch)
treebe0bce533d5d476e4f408d1d7757b9ac416463ae /crypto/secp256k1/libsecp256k1/libsecp256k1.pc.in
parent7977e87ce1e9ec46a8e8275f4cf53b6281c412c7 (diff)
downloadgo-tangerine-1d20b0247c35f440d3fdc3d21de19b2d5256c3cf.tar
go-tangerine-1d20b0247c35f440d3fdc3d21de19b2d5256c3cf.tar.gz
go-tangerine-1d20b0247c35f440d3fdc3d21de19b2d5256c3cf.tar.bz2
go-tangerine-1d20b0247c35f440d3fdc3d21de19b2d5256c3cf.tar.lz
go-tangerine-1d20b0247c35f440d3fdc3d21de19b2d5256c3cf.tar.xz
go-tangerine-1d20b0247c35f440d3fdc3d21de19b2d5256c3cf.tar.zst
go-tangerine-1d20b0247c35f440d3fdc3d21de19b2d5256c3cf.zip
Update libsecp256k1
Diffstat (limited to 'crypto/secp256k1/libsecp256k1/libsecp256k1.pc.in')
-rw-r--r--crypto/secp256k1/libsecp256k1/libsecp256k1.pc.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/crypto/secp256k1/libsecp256k1/libsecp256k1.pc.in b/crypto/secp256k1/libsecp256k1/libsecp256k1.pc.in
new file mode 100644
index 000000000..1c72dd000
--- /dev/null
+++ b/crypto/secp256k1/libsecp256k1/libsecp256k1.pc.in
@@ -0,0 +1,13 @@
+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
+