challenger

OAuth 2.0-based authentication service that validates user can receive messages at a certain address
Log | Files | Refs | Submodules | README | LICENSE

meson.build (133B)


      1 # This file is in the public domain
      2 
      3 install_data(
      4   'challenger_util.h',
      5   install_dir: get_option('includedir') / 'challenger'
      6   )