mirror of
https://github.com/akheron/jansson.git
synced 2025-04-03 20:45:03 +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@
|
||||
exec_prefix=@exec_prefix@
|
||||
libdir=@libdir@
|
||||
includedir=${prefix}/include
|
||||
includedir=@includedir@
|
||||
|
||||
Name: Jansson
|
||||
Description: Library for encoding, decoding and manipulating JSON data
|
||||
|
|
Loading…
Add table
Reference in a new issue