From 082419edf91c84cdd78510652173dfe5127ecec3 Mon Sep 17 00:00:00 2001 From: Eric Haszlakiewicz Date: Sun, 29 Jul 2012 15:09:59 -0500 Subject: [PATCH] Fix the Libs line in json-uninstalled.pc to use -ljson-c --- json-uninstalled.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json-uninstalled.pc.in b/json-uninstalled.pc.in index 967f771..dab2bab 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@