Commit 15733051 15733051b2893e2e6cfd2c1793ce6773e00060a1 by Sergey Poznyakoff

Added pop3d/testsuite/Makefile

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