summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
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.