Re-add the "json" pkg-config file as a compatibility shim.

Also rename the json-c-uninstalled.pc file.
This commit is contained in:
Eric Haszlakiewicz
2012-07-29 18:25:09 -05:00
parent 9f16e25a3e
commit 1f9d199522
5 changed files with 18 additions and 2 deletions

11
json-c-uninstalled.pc.in Normal file
View File

@@ -0,0 +1,11 @@
prefix=
exec_prefix=
libdir=@abs_top_builddir@
includedir=@abs_top_srcdir@
Name: json
Description: JSON implementation in C
Version: @VERSION@
Requires:
Libs: -L@abs_top_builddir@ -ljson-c
Cflags: -I@abs_top_srcdir@