gnunetfragmentation.pc.in 333 B

123456789101112
  1. prefix=@prefix@
  2. exec_prefix=@exec_prefix@
  3. libdir=@libdir@
  4. includedir=@includedir@
  5. Name: GNUnet fragmentation
  6. Description: Provides API for sending and receiving messages that are larger than the MTU of the transport
  7. URL: http://gnunet.org
  8. Version: @VERSION@
  9. Requires:
  10. Libs: -L${libdir} -lgnunetfragmentation
  11. Cflags: -I${includedir}