mirror of
https://github.com/json-c/json-c.git
synced 2026-04-07 14:29:06 +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
|
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@
|
||||||
|
|||||||
Reference in New Issue
Block a user