Fix the Libs line in json-uninstalled.pc to use -ljson-c

This commit is contained in:
Eric Haszlakiewicz
2012-07-29 15:09:59 -05:00
parent b98aa6eaa3
commit 082419edf9

View File

@@ -7,5 +7,5 @@ Name: json
Description: JSON implementation in C Description: JSON implementation in C
Version: @VERSION@ Version: @VERSION@
Requires: Requires:
Libs: -L@abs_top_builddir@ -ljson Libs: -L@abs_top_builddir@ -ljson-c
Cflags: -I@abs_top_srcdir@ Cflags: -I@abs_top_srcdir@