Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
5b92a5e3
...
5b92a5e3560761b2db3ffdbe4ddc5cffc4fd9a2b
authored
2000-04-19 20:06:05 +0000
by
Jeff Bailey
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Distribution fixes
1 parent
302570cb
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
3 deletions
ChangeLog
doc/Makefile.am
lib/Makefile.am
ChangeLog
View file @
5b92a5e
...
...
@@ -6,9 +6,11 @@
* m4/Makefile.am: New file to support directory
* m4/malloc.m4: File to support lib/ directory
* m4/realloc.m4: File to support lib/ directory
* lib/Makefile.am: Distribute xalloc.h
* lib/xalloc.h: New file to support xmalloc.c
* lib/xmalloc.c: New version from sh-utils-2.0g
* autogen.sh: Look in m4 for extra macros
* doc/Makefile.am: Rearrange to quiet automake
2000-03-28 Jakob 'sparky' Kaivo <jkaivo@elijah.nodomainname.net>
...
...
doc/Makefile.am
View file @
5b92a5e
info_TEXINFOS
=
\
mailutils.texi
\
mailutils.texi
EXTRA_DIST
=
\
rfc1734.txt
\
rfc1939.txt
\
rfc1957.txt
\
rfc2060.txt
\
rfc2449.txt
\
auth.texi
\
body.texi
\
encoding.texi
\
headers.texi
\
mailbox.texi
\
maildrop.texi
\
mailer.texi
\
mime.texi
\
sfrom.c.texi
\
url.texi
...
...
lib/Makefile.am
View file @
5b92a5e
...
...
@@ -3,6 +3,6 @@ noinst_LIBRARIES = libmailutils.a
libmailutils_a_SOURCES
=
getopt.c getopt1.c md5.c getline.c xstrdup.c
\
xstrtol.c xmalloc.c
noinst_HEADERS
=
getopt.h md5.h getline.h xstrtol.h
noinst_HEADERS
=
getopt.h md5.h getline.h xstrtol.h
xalloc.h
CFLAGS
=
-Wall -pedantic -g -DTESTING
...
...
Please
register
or
sign in
to post a comment