]> git.ipfire.org Git - thirdparty/nettle.git/blame - hogweed.pc.in
Update config.guess and config.sub to 2024-01-01 versions.
[thirdparty/nettle.git] / hogweed.pc.in
CommitLineData
6e371fbf
NM
1prefix=@prefix@
2exec_prefix=@exec_prefix@
3libdir=@libdir@
4includedir=@includedir@
5
6# Uses Requires.private and Libs.private, under the assumption that
7# when using shared libraries, the ELF dependencies from libhogweed.so
8# to nettle and gmp work.
9
10Name: Hogweed
11Description: Nettle low-level cryptographic library (public-key algorithms)
12URL: http://www.lysator.liu.se/~nisse/nettle
13Version: @PACKAGE_VERSION@
c8b1d2fa
MS
14Requires: @IF_NOT_SHARED@ nettle
15Requires.private: @IF_SHARED@ nettle
16Libs: -L${libdir} -lhogweed @IF_NOT_SHARED@ @LIBS@
17Libs.private: @IF_SHARED@ @LIBS@
6e371fbf
NM
18Cflags: -I${includedir}
19