wolfssl.pc.in 221 B

1234567891011
  1. prefix=@prefix@
  2. exec_prefix=@exec_prefix@
  3. libdir=@libdir@
  4. includedir=@includedir@
  5. Name: wolfssl
  6. Description: wolfssl C library.
  7. Version: @VERSION@
  8. Libs: -L${libdir} -lwolfssl
  9. Libs.private: @LIBM@
  10. Cflags: -I${includedir}