]> git.ipfire.org Git - thirdparty/nftables.git/commit
libnftables: fix header export
authorArturo Borrero Gonzalez <arturo@netfilter.org>
Tue, 1 May 2018 17:33:45 +0000 (19:33 +0200)
committerFlorian Westphal <fw@strlen.de>
Wed, 2 May 2018 12:37:15 +0000 (14:37 +0200)
commita502ba00e44a03cbce9b5769274e1b604d3f08ad
tree13164767206ecba1e2c0b1b92f1dbc8eb470610e
parent64983d7cb595e773b13d8f3b656b30623d9fe430
libnftables: fix header export

Instruct Make to actually install the header to the system, otherwise
users won't see the header in their system after running 'make install'.

Also, export main libnftables header with a proper name, since we have another
private header called 'nftables.h' (i.e, let's be concrete with the naming).

Signed-off-by: Arturo Borrero Gonzalez <arturo@netfilter.org>
Signed-off-by: Florian Westphal <fw@strlen.de>
include/nftables.h
include/nftables/Makefile.am
include/nftables/libnftables.h [moved from include/nftables/nftables.h with 100% similarity]
src/libnftables.c
src/main.c