22575: Remove extra ;, From Dennis Davis.
[heimdal.git] / appl / popper / Makefile.am
blob45af1ec474086ba7a22e16f136ccd7043283de8c
1 # $Id$
3 include $(top_srcdir)/Makefile.am.common
5 AM_CPPFLAGS += $(INCLUDE_krb4)
7 noinst_PROGRAMS = pop_debug
9 libexec_PROGRAMS = popper
11 popper_SOURCES =                                \
12         pop_auth.c                              \
13         pop_auth.h                              \
14         pop_dele.c                              \
15         pop_dropcopy.c                          \
16         pop_dropinfo.c                          \
17         pop_get_command.c                       \
18         pop_init.c                              \
19         pop_last.c                              \
20         pop_list.c                              \
21         pop_log.c                               \
22         pop_msg.c                               \
23         pop_parse.c                             \
24         pop_pass.c                              \
25         pop_quit.c                              \
26         pop_rset.c                              \
27         pop_send.c                              \
28         pop_stat.c                              \
29         pop_uidl.c                              \
30         pop_updt.c                              \
31         pop_user.c                              \
32         pop_xover.c                             \
33         popper.c                                \
34         maildir.c                               \
35         auth_gssapi.c                           \
36         auth_krb4.c                             \
37         popper.h                                \
38         version.h
40 LDADD = \
41         $(LIB_otp) \
42         $(top_builddir)/lib/gssapi/libgssapi.la \
43         $(LIB_krb5) \
44         $(LIB_krb4) \
45         $(LIB_hcrypto) \
46         $(LIB_roken) \
47         $(DBLIB)
49 man_MANS = popper.8
51 EXTRA_DIST = pop3.rfc1081 pop3e.rfc1082 \
52         popper.README.release README-FIRST README-KRB4 \
53         $(man_MANS)