summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Fonseca <jrfonseca@users.sourceforge.net>2003-07-04 16:35:46 +0000
committerJosé Fonseca <jrfonseca@users.sourceforge.net>2003-07-04 16:35:46 +0000
commit5f63162c8088321f5d0f88e8a367815b9cd2d694 (patch)
treebe13736738a402c724c2046c3014f5ec9801dee1
parentcd2170b37673352903432c4851a31168a5e5e5bb (diff)
Removed Brian Stafford from the authors for sake of consistency - the code from his orginal libESMTP example has been pratically rewritten and there are many other people which code I took here. These sources are all referred in the sources.
Add some missing source files to automake sources.
-rw-r--r--AUTHORS1
-rw-r--r--Makefile.am17
-rw-r--r--esmtp.12
3 files changed, 16 insertions, 4 deletions
diff --git a/AUTHORS b/AUTHORS
index 4cac72f..497c316 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,2 +1 @@
José Fonseca <j_r_fonseca@yahoo.co.uk>
-Brian Stafford <brian@stafford.uklinux.net>
diff --git a/Makefile.am b/Makefile.am
index db28af1..ea96204 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,7 +2,22 @@ bin_PROGRAMS = esmtp
dist_man_MANS = esmtp.1
-esmtp_SOURCES = main.h main.c parser.y lexer.l list.h message.h message.c smtp.h smtp.c local.h local.c rfc822.c xmalloc.h
+esmtp_SOURCES = \
+ lexer.l \
+ list.h \
+ local.c \
+ local.h \
+ main.c \
+ main.h \
+ message.c \
+ message.h \
+ parser.y \
+ rcfile.h \
+ rfc822.c \
+ rfc822.h \
+ smtp.c \
+ smtp.h \
+ xmalloc.h
EXTRA_DIST = README.mutt sample.esmtprc
diff --git a/esmtp.1 b/esmtp.1
index 7af3d3b..f8f6a1c 100644
--- a/esmtp.1
+++ b/esmtp.1
@@ -245,5 +245,3 @@ fetchmail(1)
.SH AUTHORS
José Fonseca
-.PP
-Brian Stafford