1
0
mirror of https://github.com/haiwen/libsearpc.git synced 2025-08-02 13:18:04 +00:00
libsearpc/libsearpc.pc.in
2013-01-18 14:15:15 +08:00

12 lines
284 B
PkgConfig

prefix=(DESTDIR)@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: libsearpc
Description: Simple C rpc library
Version: @VERSION@
Libs: -L${libdir} -lsearpc -lsearpc-json-glib
Cflags: -I${includedir} -I${includedir}/searpc
Requires: gobject-2.0 gio-2.0