aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-09-24 18:04:26 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-09-24 18:04:26 +0000
commit316a8e45348c993fbb4c2c00f3d3c4812b4c6620 (patch)
tree099efb90c77a961cb81209acbe59c3e76c65df25 /Makefile.in
parent69e1d6afc48b5a7d7f3b5c89bd3778620ae00b0b (diff)
downloadfetchmail-316a8e45348c993fbb4c2c00f3d3c4812b4c6620.tar.gz
fetchmail-316a8e45348c993fbb4c2c00f3d3c4812b4c6620.tar.bz2
fetchmail-316a8e45348c993fbb4c2c00f3d3c4812b4c6620.zip
Moved the protocol designation definition.
svn path=/trunk/; revision=119
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 92b9bd9a..5fb143ef 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -198,8 +198,7 @@ $(srcdir)/rcfile_l.c: $(srcdir)/rcfile_l.l
$(srcdir)/rcfile_y.c: $(srcdir)/rcfile_y.y
parser = $(srcdir)/rcfile_l.l $(srcdir)/rcfile_y.y
-headers = $(srcdir)/fetchmail.h $(srcdir)/socket.h $(srcdir)/poproto.h \
- $(srcdir)/smtp.h
+headers = $(srcdir)/fetchmail.h $(srcdir)/socket.h $(srcdir)/smtp.h
extra = $(srcdir)/alloca.c $(srcdir)/bzero.[ch] $(srcdir)/errorcodes \
$(srcdir)/getopt.[ch] $(srcdir)/getopt1.c $(srcdir)/md5*.[ch] \
$(srcdir)/strcasecmp.c $(srcdir)/strdup.c