log4c.pc.in 261 B

1234567891011
  1. prefix=@prefix@
  2. exec_prefix=@exec_prefix@
  3. libdir=@libdir@
  4. includedir=@includedir@
  5. Name: log4c
  6. Description: Library of C for flexible logging to files, syslog and other destinations
  7. Version: @VERSION@
  8. Requires:
  9. Libs: -L${libdir} -llog4c
  10. Cflags: -I${includedir}