Commit 1d38f756 1d38f756a2757c7a18c250e2047c2370ed17d8dc by Sergey Poznyakoff

Generate errno.h

1 parent 2d8a8942
## 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
......