summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-01-01 16:20:32 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-01-01 16:20:32 +0000
commit1d38f756a2757c7a18c250e2047c2370ed17d8dc (patch)
treea96973669f5c7a081a649fdad0287c7dbf75f1bb /include
parent2d8a8942cda6d816c4840d0dff1cf7fe76964d88 (diff)
downloadmailutils-1d38f756a2757c7a18c250e2047c2370ed17d8dc.tar.gz
mailutils-1d38f756a2757c7a18c250e2047c2370ed17d8dc.tar.bz2
Generate errno.h
Diffstat (limited to 'include')
-rw-r--r--include/mailutils/Makefile.am8
1 files changed, 7 insertions, 1 deletions
diff --git a/include/mailutils/Makefile.am b/include/mailutils/Makefile.am
index f51a0fa4e..1b05ad89e 100644
--- a/include/mailutils/Makefile.am
+++ b/include/mailutils/Makefile.am
@@ -1,7 +1,7 @@
## Process this file with GNU Automake to create Makefile.in
## Copyright (C) 2000, 2001, 2002, 2003,
-## 2004 Free Software Foundation, Inc.
+## 2004, 2005 Free Software Foundation, Inc.
##
## GNU Mailutils is free software; you can redistribute it and/or
## modify it under the terms of the GNU General Public License as
@@ -17,6 +17,11 @@
## along with GNU Mailutils; if not, write to the Free Software
## Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+BUILT_SOURCES=errno.h
+EXTRA_DIST=errno.hin
+errno.h: $(top_srcdir)/mailbox/errors errno.hin
+ $(AWK) -f $(top_srcdir)/scripts/generr.awk $^ > $@
+
pkginclude_HEADERS = \
address.h \
argcv.h \
@@ -65,3 +70,4 @@ nobase_pkginclude_HEADERS = \
sys/nntp.h \
sys/pop3.h
SUBDIRS = gnu sys
+

Return to:

Send suggestions and report system problems to the System administrator.