view src/lib-sasl/Makefile.am @ 23017:c1d36f2575c7 default tip

lib-imap: Fix "Don't accept strings with NULs" cherry-pick
author Timo Sirainen <timo.sirainen@open-xchange.com>
date Thu, 29 Aug 2019 09:55:25 +0300
parents 7b5d7cb9100a
children
line wrap: on
line source

noinst_LTLIBRARIES = libsasl.la

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

libsasl_la_SOURCES = \
	mech-external.c \
	mech-login.c \
	mech-plain.c \
	mech-oauthbearer.c \
	dsasl-client.c 

headers = \
	dsasl-client.h \
	dsasl-client-private.h

pkginc_libdir=$(pkgincludedir)
pkginc_lib_HEADERS = $(headers)