From a502ba00e44a03cbce9b5769274e1b604d3f08ad Mon Sep 17 00:00:00 2001 From: Arturo Borrero Gonzalez Date: Tue, 1 May 2018 19:33:45 +0200 Subject: 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 Signed-off-by: Florian Westphal --- include/nftables/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/nftables/Makefile.am') diff --git a/include/nftables/Makefile.am b/include/nftables/Makefile.am index 9e31d519..5cfb0c6c 100644 --- a/include/nftables/Makefile.am +++ b/include/nftables/Makefile.am @@ -1 +1 @@ -noinst_HEADERS = nftables.h +pkginclude_HEADERS = libnftables.h -- cgit v1.2.3