diff mbox

[1/3] autotools conversion: added a missing 'Makefile.am' under 'include/linux/netfilter/'.

Message ID 1415810466-9410-2-git-send-email-giorgio.nicole@arcor.de
State Accepted
Delegated to: Pablo Neira
Headers show

Commit Message

Giorgio Dal Molin Nov. 12, 2014, 4:41 p.m. UTC
This was forgotten in the commit id: 85035b6c6a1618e7ba726fe6306c804fc1b6c4e8

Signed-off-by: Giorgio Dal Molin <giorgio.nicole@arcor.de>
---
 include/linux/netfilter/Makefile.am | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100644 include/linux/netfilter/Makefile.am

Comments

Pablo Neira Ayuso Nov. 12, 2014, 8:40 p.m. UTC | #1
On Wed, Nov 12, 2014 at 05:41:04PM +0100, Giorgio Dal Molin wrote:
> This was forgotten in the commit id: 85035b6c6a1618e7ba726fe6306c804fc1b6c4e8

I merged this missing chunk into the autotools chunk, thanks Jan.
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/include/linux/netfilter/Makefile.am b/include/linux/netfilter/Makefile.am
new file mode 100644
index 0000000..54b59b5
--- /dev/null
+++ b/include/linux/netfilter/Makefile.am
@@ -0,0 +1,5 @@ 
+noinst_HEADERS = 	nf_conntrack_common.h		\
+			nf_conntrack_tuple_common.h	\
+			nf_nat.h			\
+			nf_tables.h			\
+			nfnetlink.h