netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] autotools conversion: forgotten Makefile.am, 'doc' and 'files'
@ 2014-11-12 16:41 Giorgio Dal Molin
  2014-11-12 16:41 ` [PATCH 1/3] autotools conversion: added a missing 'Makefile.am' under 'include/linux/netfilter/' Giorgio Dal Molin
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Giorgio Dal Molin @ 2014-11-12 16:41 UTC (permalink / raw)
  To: netfilter-devel; +Cc: Giorgio Dal Molin

Here the reworked version of the autotools conversion patches:

 - added a forgotten Makefile.am under 'include/linux/netfilter';
 - autotools support for the 'doc' subdir;
 - autotools support for the 'files' subdir;

Giorgio Dal Molin (3):
  autotools conversion: added a missing 'Makefile.am' under
    'include/linux/netfilter/'.
  autotools conversion: added autotools support for the 'doc' subdir.
  autotools conversion: added autotools support for the 'files' subdir.

 Makefile.am                         |  4 +++-
 configure.ac                        | 40 ++++++++++++++++++-------------------
 doc/Makefile.am                     | 19 ++++++++++++++++++
 doc/Makefile.in                     | 20 -------------------
 files/Makefile.am                   |  1 +
 files/Makefile.in                   |  5 -----
 files/nftables/Makefile.am          | 13 ++++++++++++
 files/nftables/bridge-filter        |  2 +-
 files/nftables/inet-filter          |  2 +-
 files/nftables/ipv4-filter          |  2 +-
 files/nftables/ipv4-mangle          |  2 +-
 files/nftables/ipv4-nat             |  2 +-
 files/nftables/ipv6-filter          |  2 +-
 files/nftables/ipv6-mangle          |  2 +-
 files/nftables/ipv6-nat             |  2 +-
 include/linux/netfilter/Makefile.am |  5 +++++
 16 files changed, 68 insertions(+), 55 deletions(-)
 create mode 100644 doc/Makefile.am
 delete mode 100644 doc/Makefile.in
 create mode 100644 files/Makefile.am
 delete mode 100644 files/Makefile.in
 create mode 100644 files/nftables/Makefile.am
 create mode 100644 include/linux/netfilter/Makefile.am

-- 
2.1.3


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-11-12 20:59 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-12 16:41 [PATCH 0/3] autotools conversion: forgotten Makefile.am, 'doc' and 'files' Giorgio Dal Molin
2014-11-12 16:41 ` [PATCH 1/3] autotools conversion: added a missing 'Makefile.am' under 'include/linux/netfilter/' Giorgio Dal Molin
2014-11-12 20:40   ` Pablo Neira Ayuso
2014-11-12 16:41 ` [PATCH 2/3] autotools conversion: added autotools support for the 'doc' subdir Giorgio Dal Molin
2014-11-12 21:00   ` Pablo Neira Ayuso
2014-11-12 16:41 ` [PATCH 3/3] autotools conversion: added autotools support for the 'files' subdir Giorgio Dal Molin
2014-11-12 21:01   ` Pablo Neira Ayuso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).