1b8bebf0bf
This is more consistent with what is done for other pkg-config variables.
11 lines
239 B
PkgConfig
11 lines
239 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: Jansson
|
|
Description: Library for encoding, decoding and manipulating JSON data
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -ljansson
|
|
Cflags: -I${includedir}
|