mirror of
https://github.com/haiwen/libsearpc.git
synced 2025-09-05 14:50:38 +00:00
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.
This commit is contained in:
@@ -6,6 +6,6 @@ includedir=@includedir@
|
|||||||
Name: libsearpc
|
Name: libsearpc
|
||||||
Description: Simple C rpc library
|
Description: Simple C rpc library
|
||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
Libs: -L${libdir} -lsearpc -lsearpc-json-glib
|
Libs: -L${libdir} -lsearpc
|
||||||
Cflags: -I${includedir} -I${includedir}/searpc
|
Cflags: -I${includedir} -I${includedir}/searpc
|
||||||
Requires: gobject-2.0 gio-2.0
|
Requires: gobject-2.0 gio-2.0
|
||||||
|
Reference in New Issue
Block a user