challenger

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

Makefile.am (234B)


      1 # This Makefile.am is in the public domain
      2 EXTRA_DIST = \
      3   platform.h
      4 
      5 challengerincludedir = $(includedir)/challenger
      6 
      7 challengerinclude_HEADERS = \
      8   challenger_util.h \
      9   challenger_database_lib.h \
     10   challenger_database_plugin.h