Added date.c
Showing
1 changed file
with
1 additions
and
2 deletions
... | @@ -2,8 +2,6 @@ | ... | @@ -2,8 +2,6 @@ |
2 | # Copyright (C) 2000,2001,2002 Free Software Foundation | 2 | # Copyright (C) 2000,2001,2002 Free Software Foundation |
3 | # See file COPYING in the distribution root directory for copying conditions. | 3 | # See file COPYING in the distribution root directory for copying conditions. |
4 | 4 | ||
5 | AUTOMAKE_OPTIONS = ../lib/ansi2knr | ||
6 | |||
7 | INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/mailbox -I${top_srcdir}/mailbox/include -I${top_srcdir}/include/mailutils/gnu | 5 | INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/mailbox -I${top_srcdir}/mailbox/include -I${top_srcdir}/include/mailutils/gnu |
8 | AM_CFLAGS = -DSITE_VIRTUAL_PWDDIR=\"@SITE_VIRTUAL_PWDDIR@\" | 6 | AM_CFLAGS = -DSITE_VIRTUAL_PWDDIR=\"@SITE_VIRTUAL_PWDDIR@\" |
9 | 7 | ||
... | @@ -25,6 +23,7 @@ attachment.c \ | ... | @@ -25,6 +23,7 @@ attachment.c \ |
25 | attribute.c \ | 23 | attribute.c \ |
26 | auth.c \ | 24 | auth.c \ |
27 | body.c \ | 25 | body.c \ |
26 | date.c \ | ||
28 | debug.c \ | 27 | debug.c \ |
29 | envelope.c \ | 28 | envelope.c \ |
30 | file_stream.c \ | 29 | file_stream.c \ | ... | ... |
-
Please register or sign in to post a comment