mirror of https://github.com/BOINC/boinc.git
12 lines
278 B
PkgConfig
12 lines
278 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: DC-API Local Client
|
|
Description: Local client implementation for DC-API
|
|
Version: @PACKAGE_VERSION@
|
|
Requires.private: glib-2.0
|
|
Libs: -L${libdir} -ldcapi-client-local
|
|
Cflags: -I${includedir}
|