mirror of
https://github.com/json-c/json-c.git
synced 2026-03-20 21:49:07 +08:00
Fix the Libs line in json-uninstalled.pc to use -ljson-c
This commit is contained 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@
|
||||
|
||||
Reference in New Issue
Block a user