Add libsodium-uninstalled.pc.in

This commit is contained in:
Graydon Hoare 2014-12-22 16:14:22 -08:00
parent 0b58f87fef
commit 9ae403b489
2 changed files with 7 additions and 0 deletions

View File

@ -443,6 +443,7 @@ AH_VERBATIM([NDEBUG], [/* Always evaluate assert() calls */
AC_CONFIG_FILES([Makefile
dist-build/Makefile
libsodium.pc
libsodium-uninstalled.pc
msvc-scripts/Makefile
src/Makefile
src/libsodium/Makefile

View File

@ -0,0 +1,6 @@
Name: @PACKAGE_NAME@
Version: @PACKAGE_VERSION@
Description: A portable, cross-compilable, installable, packageable fork of NaCl, with a compatible API.
Libs: -L${pcfiledir}/src/libsodium -lsodium
Cflags: -I${pcfiledir}/src/libsodium/include