gearmand.pc.in 211 B

12345678910
  1. prefix=@prefix@
  2. exec_prefix=@exec_prefix@
  3. libdir=@libdir@
  4. includedir=@includedir@
  5. Name: gearmand
  6. Description: Gearman Server and C Library
  7. Version: @VERSION@
  8. Libs: -L${libdir} -lgearman
  9. Cflags: -I${includedir}