mirror of
https://github.com/akheron/jansson.git
synced 2025-04-04 13:05:02 +00:00
build: Use Autoconf macro @includedir@ for jansson.pc.
This is more consistent with what is done for other pkg-config variables.
This commit is contained in:
parent
f7a70de84a
commit
1b8bebf0bf
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
prefix=@prefix@
|
prefix=@prefix@
|
||||||
exec_prefix=@exec_prefix@
|
exec_prefix=@exec_prefix@
|
||||||
libdir=@libdir@
|
libdir=@libdir@
|
||||||
includedir=${prefix}/include
|
includedir=@includedir@
|
||||||
|
|
||||||
Name: Jansson
|
Name: Jansson
|
||||||
Description: Library for encoding, decoding and manipulating JSON data
|
Description: Library for encoding, decoding and manipulating JSON data
|
||||||
|
|
Loading…
Add table
Reference in a new issue