Distribution fixes
Showing
3 changed files
with
15 additions
and
3 deletions
... | @@ -6,9 +6,11 @@ | ... | @@ -6,9 +6,11 @@ |
6 | * m4/Makefile.am: New file to support directory | 6 | * m4/Makefile.am: New file to support directory |
7 | * m4/malloc.m4: File to support lib/ directory | 7 | * m4/malloc.m4: File to support lib/ directory |
8 | * m4/realloc.m4: File to support lib/ directory | 8 | * m4/realloc.m4: File to support lib/ directory |
9 | * lib/Makefile.am: Distribute xalloc.h | ||
9 | * lib/xalloc.h: New file to support xmalloc.c | 10 | * lib/xalloc.h: New file to support xmalloc.c |
10 | * lib/xmalloc.c: New version from sh-utils-2.0g | 11 | * lib/xmalloc.c: New version from sh-utils-2.0g |
11 | * autogen.sh: Look in m4 for extra macros | 12 | * autogen.sh: Look in m4 for extra macros |
13 | * doc/Makefile.am: Rearrange to quiet automake | ||
12 | 14 | ||
13 | 2000-03-28 Jakob 'sparky' Kaivo <jkaivo@elijah.nodomainname.net> | 15 | 2000-03-28 Jakob 'sparky' Kaivo <jkaivo@elijah.nodomainname.net> |
14 | 16 | ... | ... |
1 | info_TEXINFOS = \ | 1 | info_TEXINFOS = \ |
2 | mailutils.texi \ | 2 | mailutils.texi |
3 | |||
4 | EXTRA_DIST = \ | ||
5 | rfc1734.txt \ | ||
6 | rfc1939.txt \ | ||
7 | rfc1957.txt \ | ||
8 | rfc2060.txt \ | ||
9 | rfc2449.txt \ | ||
10 | auth.texi \ | ||
11 | body.texi \ | ||
3 | encoding.texi \ | 12 | encoding.texi \ |
4 | headers.texi \ | 13 | headers.texi \ |
5 | mailbox.texi \ | 14 | mailbox.texi \ |
6 | maildrop.texi \ | ||
7 | mailer.texi \ | 15 | mailer.texi \ |
8 | mime.texi \ | 16 | mime.texi \ |
9 | sfrom.c.texi \ | 17 | sfrom.c.texi \ |
10 | url.texi | 18 | url.texi |
19 | |||
20 | ... | ... |
... | @@ -3,6 +3,6 @@ noinst_LIBRARIES = libmailutils.a | ... | @@ -3,6 +3,6 @@ noinst_LIBRARIES = libmailutils.a |
3 | libmailutils_a_SOURCES = getopt.c getopt1.c md5.c getline.c xstrdup.c \ | 3 | libmailutils_a_SOURCES = getopt.c getopt1.c md5.c getline.c xstrdup.c \ |
4 | xstrtol.c xmalloc.c | 4 | xstrtol.c xmalloc.c |
5 | 5 | ||
6 | noinst_HEADERS = getopt.h md5.h getline.h xstrtol.h | 6 | noinst_HEADERS = getopt.h md5.h getline.h xstrtol.h xalloc.h |
7 | 7 | ||
8 | CFLAGS = -Wall -pedantic -g -DTESTING | 8 | CFLAGS = -Wall -pedantic -g -DTESTING | ... | ... |
-
Please register or sign in to post a comment