diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2005-07-20 13:23:59 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2005-07-20 13:23:59 +0000 |
commit | 36da2cba5b16489e11d6a250d1133d60edfb78ce (patch) | |
tree | c232b28b15fdcc48573f60136741f613bbb23345 /Makefile.am | |
parent | 58528fcbcc6c71465dc3a6f0d11df856bbc7f88f (diff) | |
download | fetchmail-36da2cba5b16489e11d6a250d1133d60edfb78ce.tar.gz fetchmail-36da2cba5b16489e11d6a250d1133d60edfb78ce.tar.bz2 fetchmail-36da2cba5b16489e11d6a250d1133d60edfb78ce.zip |
Clean up strlc??.c and hook them up.
svn path=/trunk/; revision=4139
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 7a1f261c..4a11ea99 100644 --- a/Makefile.am +++ b/Makefile.am @@ -78,7 +78,7 @@ DISTDOCS= BUGS FAQ FEATURES NOTES OLDNEWS fetchmail-man.html \ distdirs = rh-config contrib beos EXTRA_DIST= $(DISTDOCS) fetchmail.spec $(distdirs) ucs/README.svn \ - trio/CHANGES trio/README + trio/CHANGES trio/README strlcpy.3 FAQ: fetchmail-FAQ.html AWK=$(AWK) $(SHELL) $(srcdir)/dist-tools/html2txt $(srcdir)/fetchmail-FAQ.html >$@ || { rm -f $@ ; exit 1 ; } |