view src/lib-oauth2/Makefile.am @ 22656:1789bf2a1e01

director: Make sure HOST-RESET-USERS isn't used with max_moving_users=0 The reset command would just hang in that case. doveadm would never have sent this, so this is just an extra sanity check.
author Timo Sirainen <timo.sirainen@dovecot.fi>
date Sun, 05 Nov 2017 23:51:56 +0200
parents f6d27a985066
children
line wrap: on
line source

AM_CPPFLAGS = \
	-I$(top_srcdir)/src/lib \
	-I$(top_srcdir)/src/lib-http \
	-I$(top_srcdir)/src/lib-settings

noinst_LTLIBRARIES=liboauth2.la

pkginc_libdir=$(pkgincludedir)
pkginc_lib_HEADERS = \
	oauth2.h

noinst_HEADERS = \
	oauth2-private.h

liboauth2_la_SOURCES = \
	oauth2.c \
	oauth2-token-validate.c \
	oauth2-introspect.c \
	oauth2-refresh.c

check_programs = \
	oauth2-server \
	test-oauth2