summaryrefslogtreecommitdiff
path: root/libsodium.pc.in
blob: c1d43725b4e631f2b801147749c4ce86e598b898 (plain)
1
2
3
4
5
6
7
8
9
10
11
prefix=@prefix@
exec_prefix=@prefix@
libdir=@libdir@
includedir=@includedir@

Name: @PACKAGE_NAME@
Version: @PACKAGE_VERSION@
Description: A portable, cross-compilable, installable, packageable fork of NaCl, with a compatible API.

Libs: -L${libdir} -lsodium
Cflags: -I${includedir}