Add libsodium-uninstalled.pc.in
This commit is contained in:
parent
0b58f87fef
commit
9ae403b489
@ -443,6 +443,7 @@ AH_VERBATIM([NDEBUG], [/* Always evaluate assert() calls */
|
|||||||
AC_CONFIG_FILES([Makefile
|
AC_CONFIG_FILES([Makefile
|
||||||
dist-build/Makefile
|
dist-build/Makefile
|
||||||
libsodium.pc
|
libsodium.pc
|
||||||
|
libsodium-uninstalled.pc
|
||||||
msvc-scripts/Makefile
|
msvc-scripts/Makefile
|
||||||
src/Makefile
|
src/Makefile
|
||||||
src/libsodium/Makefile
|
src/libsodium/Makefile
|
||||||
|
6
libsodium-uninstalled.pc.in
Normal file
6
libsodium-uninstalled.pc.in
Normal 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
|
Loading…
Reference in New Issue
Block a user