AM_CPPFLAGS = \
-I$(top_srcdir)/src/lib \
-I$(top_srcdir)/src/lib-test \
-I$(top_srcdir)/src/lib-dcrypt
NOPLUGIN_LDFLAGS =
lib20_var_expand_crypt_la_LDFLAGS = -module -avoid-version
lib20_auth_var_expand_crypt_la_LDFLAGS = -module -avoid-version
auth_moduledir = $(moduledir)/auth
module_LTLIBRARIES = \
auth_module_LTLIBRARIES = \
lib20_auth_var_expand_crypt_la_SOURCES = \
lib20_var_expand_crypt_la_SOURCES = \
test_programs = test-var-expand-crypt
test_var_expand_crypt_CFLAGS = \
-DDCRYPT_BUILD_DIR=\"$(top_builddir)/src/lib-dcrypt\"
test_var_expand_crypt_SOURCES = \
test_var_expand_crypt_LDADD = \
../../lib-dovecot/libdovecot.la \
check-local:
for bin in $(test_programs); do \
if ! env $(test_options) $(RUN_TEST) ./$$bin; then exit 1; fi; \
done
noinst_PROGRAMS = $(test_programs)