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 (343B)


      1 # This file is in the public domain.
      2 
      3 configure_file(
      4     input: 'challenger-dbconfig',
      5     output: 'challenger-dbconfig',
      6     copy: true,
      7     install: true,
      8     install_dir: get_option('bindir'),
      9 )
     10 
     11 
     12 install_subdir(
     13     'wallet-core' / 'challenger',
     14     strip_directory: true,
     15     install_dir: get_option('datadir') / 'challenger' / 'spa',
     16 )