Skip to content
Snippets Groups Projects
Select Git revision
21 results Searching

opendht-c.pc.in

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    opendht-c.pc.in 290 B
    prefix=@prefix@
    exec_prefix=@exec_prefix@
    libdir=@libdir@
    includedir=@includedir@
    Name: OpenDHT (C Wrapper)
    Description: Distributed Hash Table library (C Wrapper)
    Version: @VERSION@
    Libs: -L${libdir} -lopendht-c
    Requires.private: opendht gnutls >= 3.1 @argon2_lib@
    Cflags: -I${includedir}