jose.pc.in 274 B

123456789101112
  1. prefix=@prefix@
  2. exec_prefix=@exec_prefix@
  3. libdir=@libdir@
  4. includedir=${prefix}/include
  5. Name: José Library
  6. Description: Library for managing JOSE objects
  7. Requires: jansson
  8. Requires.private: zlib libcrypto
  9. Version: @VERSION@
  10. Libs: -L${libdir} -ljose
  11. Cflags: -I${includedir}