From bc02833f522d9528bfbd139904b4b8b9ddfb5622 Mon Sep 17 00:00:00 2001 From: Robin Doer Date: Thu, 7 Nov 2013 16:42:33 +0100 Subject: [PATCH] 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. --- libsearpc.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsearpc.pc.in b/libsearpc.pc.in index 792fa42..2be0764 100644 --- a/libsearpc.pc.in +++ b/libsearpc.pc.in @@ -6,6 +6,6 @@ includedir=@includedir@ Name: libsearpc Description: Simple C rpc library Version: @VERSION@ -Libs: -L${libdir} -lsearpc -lsearpc-json-glib +Libs: -L${libdir} -lsearpc Cflags: -I${includedir} -I${includedir}/searpc Requires: gobject-2.0 gio-2.0