1
0
mirror of https://github.com/haiwen/libsearpc.git synced 2025-09-02 13:25:25 +00:00

Explicitly add -lsearpc-json-glib

Otherwise ccnet will have link error
This commit is contained in:
plt
2012-05-09 23:07:32 +08:00
parent 57703f8652
commit d659086b4f

View File

@@ -6,6 +6,6 @@ includedir=@includedir@
Name: libsearpc
Description: Simple C rpc library
Version: @VERSION@
Libs: -L${libdir} -lsearpc
Libs: -L${libdir} -lsearpc -lsearpc-json-glib
Cflags: -I${includedir}/searpc
Requires: gobject-2.0 gio-2.0