diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-09-09 20:50:57 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-09-09 20:50:57 +0000 |
commit | e9e5ba54a6c5b36e36743155fbdafe49afddce2d (patch) | |
tree | 59dc1fff9c6293f37343ca792a0d10df1c4c35ea /Makefile.in | |
parent | cc154e2e65610ffa46cd59ca1a97f09ed68271a4 (diff) | |
download | fetchmail-e9e5ba54a6c5b36e36743155fbdafe49afddce2d.tar.gz fetchmail-e9e5ba54a6c5b36e36743155fbdafe49afddce2d.tar.bz2 fetchmail-e9e5ba54a6c5b36e36743155fbdafe49afddce2d.zip |
Link in our private strstr if environment doesn't have it.
svn path=/trunk/; revision=1322
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 789bd8e2..0d1d4530 100644 --- a/Makefile.in +++ b/Makefile.in @@ -191,7 +191,7 @@ headers = $(srcdir)/fetchmail.h $(srcdir)/socket.h $(srcdir)/smtp.h \ $(srcdir)/mx.h $(srcdir)/md5.h $(srcdir)/md5global.h \ $(srcdir)/netrc.h $(srcdir)/tunable.h extra = $(srcdir)/alloca.c $(srcdir)/getopt.[ch] $(srcdir)/getopt1.c \ - $(srcdir)/strcasecmp.c + $(srcdir)/strcasecmp.c $(srcdir)/strstr.c docs = $(srcdir)/COPYING $(srcdir)/FEATURES $(srcdir)/fetchmail-features.html \ $(srcdir)/design-notes.html $(srcdir)/NOTES \ $(srcdir)/INSTALL $(srcdir)/NEWS $(srcdir)/README \ |