gnunetidentity.pc.in 293 B

123456789101112
  1. prefix=@prefix@
  2. exec_prefix=@exec_prefix@
  3. libdir=@libdir@
  4. includedir=@includedir@
  5. Name: GNUnet IDENTITY
  6. Description: library to access and organize private keys of the user's egos
  7. URL: https://gnunet.org
  8. Version: @VERSION@
  9. Requires:
  10. Libs: -L${libdir} -lgnunetidentity
  11. Cflags: -I${includedir}