Revert "Merge branch 'upstream' into tizen"
[platform/upstream/nettle.git] / hogweed.pc.in
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@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
10 Name: Hogweed
11 Description: Nettle low-level cryptographic library (public-key algorithms)
12 URL: http://www.lysator.liu.se/~nisse/nettle
13 Version: @PACKAGE_VERSION@
14 Requires.private: nettle
15 Libs: -L${libdir} -lhogweed
16 Libs.private: -lgmp
17 Cflags: -I${includedir}
18