cryb-to/lib/cipher/cryb-cipher.pc.in

12 lines
255 B
PkgConfig
Raw Normal View History

2017-03-06 23:50:17 +00:00
prefix=@prefix@
exec_prefix=@exec_prefix@
includedir=@includedir@
libdir=@libdir@
Name: cryb-cipher
Description: Cryb.to encryption algorithms
Version: @PACKAGE_VERSION@
Cflags: -I${includedir}
Libs: -L${libdir} -lcryb-cipher
Requires.private: cryb-core