30 lines
700 B
Makefile
30 lines
700 B
Makefile
|
# $Id: Makefile.am,v 1.1.1.1 2000/06/16 18:31:58 thorpej Exp $
|
||
|
|
||
|
include $(top_srcdir)/Makefile.am.common
|
||
|
|
||
|
INCLUDES += $(INCLUDE_krb4)
|
||
|
|
||
|
noinst_PROGRAMS = pop_debug
|
||
|
|
||
|
libexec_PROGRAMS = popper
|
||
|
|
||
|
popper_SOURCES = \
|
||
|
pop_dele.c pop_dropcopy.c pop_dropinfo.c \
|
||
|
pop_get_command.c 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_updt.c \
|
||
|
pop_user.c pop_uidl.c pop_xover.c popper.c \
|
||
|
maildir.c popper.h version.h
|
||
|
|
||
|
EXTRA_DIST = pop3.rfc1081 pop3e.rfc1082 \
|
||
|
popper.README.release README-FIRST README-KRB4
|
||
|
|
||
|
LDADD = \
|
||
|
$(LIB_otp) \
|
||
|
$(LIB_krb5) \
|
||
|
$(LIB_krb4) \
|
||
|
$(top_builddir)/lib/des/libdes.la \
|
||
|
$(LIB_roken) \
|
||
|
$(DBLIB)
|