24510eb3e9
This adds trivial changes to the autotools infrastructur and a template to generate and install a pkgconfig file libsodium.pc.
12 lines
283 B
PkgConfig
12 lines
283 B
PkgConfig
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}
|