aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-11-04 17:00:46 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-11-04 17:00:46 +0000
commit45cc66a611304748f4f2e2d38d8eb00527c93d3e (patch)
tree456b9c0bf641077756418d31269a88609911ce49 /Makefile.in
parent3153b1bcc67a1d910a200170a3e669a377da95ee (diff)
downloadfetchmail-45cc66a611304748f4f2e2d38d8eb00527c93d3e.tar.gz
fetchmail-45cc66a611304748f4f2e2d38d8eb00527c93d3e.tar.bz2
fetchmail-45cc66a611304748f4f2e2d38d8eb00527c93d3e.zip
Eliminated socket.h.
svn path=/trunk/; revision=480
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index a1524a0a..96c4013e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -204,7 +204,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)/smtp.h \
+headers = $(srcdir)/fetchmail.h $(srcdir)/smtp.h \
$(srcdir)/mx.h $(srcdir)/md5.h $(srcdir)/md5global.h
extra = $(srcdir)/alloca.c $(srcdir)/getopt.[ch] $(srcdir)/getopt1.c \
$(srcdir)/strcasecmp.c