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 <stdarg.h>
#include <limits.h>
#include <utils.h>
-#include <nftables/nftables.h>
+#include <nftables/libnftables.h>
struct cookie {
FILE *fp;
-noinst_HEADERS = nftables.h
+pkginclude_HEADERS = libnftables.h
* published by the Free Software Foundation.
*
*/
-#include <nftables/nftables.h>
+#include <nftables/libnftables.h>
#include <erec.h>
#include <mnl.h>
#include <parser.h>
#include <fcntl.h>
#include <sys/types.h>
-#include <nftables/nftables.h>
+#include <nftables/libnftables.h>
#include <utils.h>
#include <cli.h>