mirror of https://github.com/BOINC/boinc.git
15 lines
319 B
PkgConfig
15 lines
319 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: boinc_crypt
|
|
Description: BOINC cryptography library
|
|
Version: @PACKAGE_VERSION@
|
|
|
|
Cflags: -I${includedir}/boinc
|
|
Cflags.private: @PTHREAD_CFLAGS@
|
|
Libs: -L${libdir} -lboinc_crypt
|
|
Libs.private: @PTHREAD_LIBS@
|
|
Requires.private: openssl
|