SASL
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@13930 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -8,20 +8,41 @@ noinst_PROGRAMS = pop_debug
|
|||||||
|
|
||||||
libexec_PROGRAMS = popper
|
libexec_PROGRAMS = popper
|
||||||
|
|
||||||
popper_SOURCES = \
|
popper_SOURCES = \
|
||||||
pop_dele.c pop_dropcopy.c pop_dropinfo.c \
|
pop_auth.c \
|
||||||
pop_get_command.c pop_init.c \
|
pop_auth.h \
|
||||||
pop_last.c pop_list.c pop_log.c \
|
pop_dele.c \
|
||||||
pop_msg.c pop_parse.c pop_pass.c pop_quit.c \
|
pop_dropcopy.c \
|
||||||
pop_rset.c pop_send.c pop_stat.c pop_updt.c \
|
pop_dropinfo.c \
|
||||||
pop_user.c pop_uidl.c pop_xover.c popper.c \
|
pop_get_command.c \
|
||||||
maildir.c popper.h version.h
|
pop_init.c \
|
||||||
|
pop_last.c \
|
||||||
|
pop_list.c \
|
||||||
|
pop_log.c \
|
||||||
|
pop_msg.c \
|
||||||
|
pop_parse.c \
|
||||||
|
pop_pass.c \
|
||||||
|
pop_quit.c \
|
||||||
|
pop_rset.c \
|
||||||
|
pop_send.c \
|
||||||
|
pop_stat.c \
|
||||||
|
pop_uidl.c \
|
||||||
|
pop_updt.c \
|
||||||
|
pop_user.c \
|
||||||
|
pop_xover.c \
|
||||||
|
popper.c \
|
||||||
|
maildir.c \
|
||||||
|
auth_gssapi.c \
|
||||||
|
auth_krb4.c \
|
||||||
|
popper.h \
|
||||||
|
version.h
|
||||||
|
|
||||||
EXTRA_DIST = pop3.rfc1081 pop3e.rfc1082 \
|
EXTRA_DIST = pop3.rfc1081 pop3e.rfc1082 \
|
||||||
popper.README.release README-FIRST README-KRB4
|
popper.README.release README-FIRST README-KRB4
|
||||||
|
|
||||||
LDADD = \
|
LDADD = \
|
||||||
$(LIB_otp) \
|
$(LIB_otp) \
|
||||||
|
$(top_builddir)/lib/gssapi/libgssapi.la \
|
||||||
$(LIB_krb5) \
|
$(LIB_krb5) \
|
||||||
$(LIB_krb4) \
|
$(LIB_krb4) \
|
||||||
$(LIB_des) \
|
$(LIB_des) \
|
||||||
|
Reference in New Issue
Block a user