diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2001-09-30 20:45:58 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2001-09-30 20:45:58 +0000 |
commit | a7bc179288e510775c60765fc8f33486bb0018d7 (patch) | |
tree | e625fb1fd6a7a453ed42e1d4e483c9e213f4b293 /Makefile.in | |
parent | c21ba2bacfb953952c8ca75501bf5c5ab2b2e490 (diff) | |
download | fetchmail-a7bc179288e510775c60765fc8f33486bb0018d7.tar.gz fetchmail-a7bc179288e510775c60765fc8f33486bb0018d7.tar.bz2 fetchmail-a7bc179288e510775c60765fc8f33486bb0018d7.zip |
Have to ship getopt.h, too
svn path=/trunk/; revision=3520
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 0985db89..1ffdaee0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -261,7 +261,7 @@ headers = $(srcdir)/fetchmail.h $(srcdir)/socket.h $(srcdir)/smtp.h \ $(srcdir)/smbbyteorder.h $(srcdir)/smbdes.h $(srcdir)/smbencrypt.h \ $(srcdir)/smbmd4.h extra = $(srcdir)/alloca.c $(srcdir)/strcasecmp.c $(srcdir)/strstr.c \ - $(srcdir)/memmove.c $(srcdir)/md5c.c $(srcdir)/getopt.c $(srcdir)/getopt1.c + $(srcdir)/memmove.c $(srcdir)/md5c.c $(srcdir)/getopt.[ch] $(srcdir)/getopt1.c docs = $(srcdir)/COPYING $(srcdir)/FEATURES $(srcdir)/fetchmail-features.html \ $(srcdir)/design-notes.html $(srcdir)/NOTES \ $(srcdir)/todo.html $(srcdir)/TODO \ |