1
0
mirror of https://github.com/haiwen/libsearpc.git synced 2025-09-15 22:38:20 +00:00
Files
libsearpc/libsearpc.pc.in
Robin Doer bc02833f52 Fix pkg-config spec after merging 'json' branch
libsearpc.pc still contains a reference to the searpc-json-glib library which
is not build anymore. It is safe to remove the reference.
2013-11-07 16:44:37 +01:00

12 lines
265 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
Cflags: -I${includedir} -I${includedir}/searpc
Requires: gobject-2.0 gio-2.0