Commit 15733051 15733051b2893e2e6cfd2c1793ce6773e00060a1 by Sergey Poznyakoff

Added pop3d/testsuite/Makefile

1 parent 42fb7a76
......@@ -467,6 +467,7 @@ AC_CONFIG_FILES([Makefile mailutils.spec
mail/Makefile
mail/testsuite/Makefile
pop3d/Makefile
pop3d/testsuite/Makefile
frm/Makefile
sieve/Makefile
messages/Makefile
......
......@@ -4,6 +4,7 @@ INCLUDES =-I$(srcdir) -I$(top_srcdir)/lib -I$(top_srcdir)/include
sbin_PROGRAMS = pop3d
bin_PROGRAMS = @POPAUTH@
EXTRA_PROGRAMS = popauth
SUBDIRS = testsuite
pop3d_SOURCES = apop.c auth.c capa.c dele.c extra.c pop3d.c pop3d.h \
list.c lock.c noop.c quit.c retr.c rset.c stat.c signal.c top.c uidl.c \
......