mirror of
https://github.com/haiwen/libsearpc.git
synced 2025-09-17 23:37:46 +00:00
12 lines
240 B
PkgConfig
12 lines
240 B
PkgConfig
![]() |
prefix=@prefix@
|
||
|
exec_prefix=@exec_prefix@
|
||
|
libdir=@libdir@
|
||
|
includedir=@includedir@
|
||
|
|
||
|
Name: libsearpc
|
||
|
Description: Simple C rpc library
|
||
|
Version: @VERSION@
|
||
|
Libs: -L${libdir} -lsearpc
|
||
|
Cflags: -I${includedir}/searpc
|
||
|
Requires: gobject-2.0 gio-2.0
|