mirror of
https://github.com/cryb-to/cryb-otp.git
synced 2024-11-09 23:25:40 +00:00
11 lines
263 B
PkgConfig
11 lines
263 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
includedir=@includedir@
|
|
libdir=@libdir@
|
|
|
|
Name: cryb-otp
|
|
Description: Cryb.to one-time password library
|
|
Version: @PACKAGE_VERSION@
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir} -lcryb-otp
|
|
Requires.private: cryb-core cryb-oath
|