Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
1d38f756
...
1d38f756a2757c7a18c250e2047c2370ed17d8dc
authored
2005-01-01 16:20:32 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Generate errno.h
1 parent
2d8a8942
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletions
include/mailutils/Makefile.am
include/mailutils/Makefile.am
View file @
1d38f75
## 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
...
...
Please
register
or
sign in
to post a comment