From: Eric Haszlakiewicz Date: Sun, 29 Jul 2012 20:09:59 +0000 (-0500) Subject: Fix the Libs line in json-uninstalled.pc to use -ljson-c X-Git-Tag: json-c-0.11-20130402~55 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=082419edf91c84cdd78510652173dfe5127ecec3;p=thirdparty%2Fjson-c.git Fix the Libs line in json-uninstalled.pc to use -ljson-c --- diff --git a/json-uninstalled.pc.in b/json-uninstalled.pc.in index 967f7716..dab2bab5 100644 --- a/json-uninstalled.pc.in +++ b/json-uninstalled.pc.in @@ -7,5 +7,5 @@ Name: json Description: JSON implementation in C Version: @VERSION@ Requires: -Libs: -L@abs_top_builddir@ -ljson +Libs: -L@abs_top_builddir@ -ljson-c Cflags: -I@abs_top_srcdir@