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 @@
1## Process this file with GNU Automake to create Makefile.in 1## Process this file with GNU Automake to create Makefile.in
2 2
3## Copyright (C) 2000, 2001, 2002, 2003, 3## Copyright (C) 2000, 2001, 2002, 2003,
4## 2004 Free Software Foundation, Inc. 4## 2004, 2005 Free Software Foundation, Inc.
5## 5##
6## GNU Mailutils is free software; you can redistribute it and/or 6## GNU Mailutils is free software; you can redistribute it and/or
7## modify it under the terms of the GNU General Public License as 7## modify it under the terms of the GNU General Public License as
@@ -17,6 +17,11 @@
17## along with GNU Mailutils; if not, write to the Free Software 17## along with GNU Mailutils; if not, write to the Free Software
18## Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18## Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19 19
20BUILT_SOURCES=errno.h
21EXTRA_DIST=errno.hin
22errno.h: $(top_srcdir)/mailbox/errors errno.hin
23 $(AWK) -f $(top_srcdir)/scripts/generr.awk $^ > $@
24
20pkginclude_HEADERS = \ 25pkginclude_HEADERS = \
21 address.h \ 26 address.h \
22 argcv.h \ 27 argcv.h \
@@ -65,3 +70,4 @@ nobase_pkginclude_HEADERS = \
65 sys/nntp.h \ 70 sys/nntp.h \
66 sys/pop3.h 71 sys/pop3.h
67SUBDIRS = gnu sys 72SUBDIRS = gnu sys
73

Return to:

Send suggestions and report system problems to the System administrator.