view src/auth/Makefile.am @ 1000:0fbafade2d85 HEAD

If auth/login process died unexpectedly, the exit status or killing signal wasn't logged.
author Timo Sirainen <tss@iki.fi>
date Tue, 21 Jan 2003 09:58:49 +0200
parents 5f52674b3a58
children fe49ece0f3ea
line wrap: on
line source

pkglibexecdir = $(libexecdir)/dovecot

pkglibexec_PROGRAMS = imap-auth

INCLUDES = \
	-I$(top_srcdir)/src/lib \
	$(VPOPMAIL_CFLAGS)

imap_auth_LDADD = \
	../lib/liblib.a \
	$(USERINFO_LIBS) \
	$(SASL_LIBS) \
	$(VPOPMAIL_LIBS)

imap_auth_SOURCES = \
	auth.c \
	auth-cyrus-sasl2.c \
	auth-plain.c \
	auth-digest-md5.c \
	cookie.c \
	login-connection.c \
	main.c \
	master.c \
	mycrypt.c \
	userinfo.c \
	userinfo-passwd.c \
	userinfo-shadow.c \
	userinfo-pam.c \
	userinfo-passwd-file.c \
	userinfo-vpopmail.c

noinst_HEADERS = \
	auth.h \
	auth-mech-desc.h \
	auth-interface.h \
	common.h \
	cookie.h \
	login-connection.h \
	master.h \
	mycrypt.h \
	userinfo.h \
	userinfo-passwd.h