You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

json-c.pc.in 223 B

1234567891011
  1. prefix=@prefix@
  2. exec_prefix=@exec_prefix@
  3. libdir=@libdir@
  4. includedir=@includedir@
  5. Name: json-c
  6. Description: JSON implementation in C
  7. Version: @VERSION@
  8. Requires:
  9. Libs: -L${libdir} -ljson-c
  10. Cflags: -I${includedir}/json-c