mirror of
https://github.com/json-c/json-c.git
synced 2026-04-02 03:49:06 +08:00
Re-add the "json" pkg-config file as a compatibility shim.
Also rename the json-c-uninstalled.pc file.
This commit is contained in:
11
json.pc.in
Normal file
11
json.pc.in
Normal file
@@ -0,0 +1,11 @@
|
||||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
libdir=@libdir@
|
||||
includedir=@includedir@
|
||||
|
||||
Name: json-c
|
||||
Description: JSON implementation in C, compat shim. Use json-c instead.
|
||||
Version: @VERSION@
|
||||
Requires: json-c
|
||||
Libs:
|
||||
Cflags:
|
||||
Reference in New Issue
Block a user