summaryrefslogtreecommitdiff
path: root/libsodium.pc.in
blob: 6a983d5ed14474cbc0a6fd6870b0a217301f66e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
prefix=@prefix@
exec_prefix=@exec_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}