summaryrefslogtreecommitdiff
path: root/mailbox
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2003-03-22 13:42:07 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2003-03-22 13:42:07 +0000
commit24f8ed0d305f64c88352348c88557a9abcde9161 (patch)
tree1ee81c948b14949513dc60fe1635b0cefcd05e04 /mailbox
parent607e60d3a74a04acf9b51ea18b6c65d8aab6ea85 (diff)
downloadmailutils-24f8ed0d305f64c88352348c88557a9abcde9161.tar.gz
mailutils-24f8ed0d305f64c88352348c88557a9abcde9161.tar.bz2
Updated
Diffstat (limited to 'mailbox')
-rw-r--r--mailbox/.cvsignore4
-rw-r--r--mailbox/Makefile.am10
2 files changed, 13 insertions, 1 deletions
diff --git a/mailbox/.cvsignore b/mailbox/.cvsignore
index fe2bfdb4c..00fc31c12 100644
--- a/mailbox/.cvsignore
+++ b/mailbox/.cvsignore
@@ -7,4 +7,6 @@ Makefile.in
T
_*
.gdbinit
-mailutils-config \ No newline at end of file
+mailutils-config
+parsedate.c
+*y.output \ No newline at end of file
diff --git a/mailbox/Makefile.am b/mailbox/Makefile.am
index 6ffd9d7b0..0b150f343 100644
--- a/mailbox/Makefile.am
+++ b/mailbox/Makefile.am
@@ -19,6 +19,8 @@
INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/mailbox -I${top_srcdir}/mailbox/include -I${top_srcdir}/include/mailutils/gnu @INTLINCS@
AM_CFLAGS = -DSITE_VIRTUAL_PWDDIR=\"@SITE_VIRTUAL_PWDDIR@\"
+YLWRAP = $(SHELL) $(top_srcdir)/scripts/ylwrap
+AM_YFLAGS=-vt
SUBDIRS = include mbox pop imap mh maildir testsuite
@@ -73,6 +75,7 @@ muerrno.c \
nls.c \
observer.c \
parse822.c \
+parsedate.c \
property.c \
registrar.c \
rfc2047.c \
@@ -89,6 +92,13 @@ url_sendmail.c \
url_smtp.c \
wicket.c
+BUILT_SOURCES = parsedate.c
+
+parsedate.c: $(srcdir)/parsedate.y
+ $(YLWRAP) "$(YACC) $(AM_YFLAGS)" $< \
+ y.tab.c parsedate.c y.output parsedate.y.output \
+ -- -yy pd_yy
+
libmailbox_la_DEPENDENCIES = \
mbox/libmbox.la\
pop/libpop.la\

Return to:

Send suggestions and report system problems to the System administrator.