Home | History | Annotate | Download | only in json-c
      1 prefix=@prefix@
      2 exec_prefix=@exec_prefix@
      3 libdir=@libdir@
      4 includedir=@includedir@
      5 
      6 Name: json-c
      7 Description: JSON implementation in C
      8 Version: @VERSION@
      9 Requires: 
     10 Libs:  -L${libdir} -ljson-c
     11 Cflags: -I${includedir}/json-c
     12