From 49900d448ac95ecabd038a9936d467d6e37aacec Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Mon, 23 Oct 2017 17:33:16 +0200 Subject: libnftables: Move library stuff out of main.c This creates src/libnftables.c and include/nftables/nftables.h which will become the central elements of libnftables. Signed-off-by: Phil Sutter Signed-off-by: Pablo Neira Ayuso --- include/nftables/Makefile.am | 1 + 1 file changed, 1 insertion(+) create mode 100644 include/nftables/Makefile.am (limited to 'include/nftables/Makefile.am') diff --git a/include/nftables/Makefile.am b/include/nftables/Makefile.am new file mode 100644 index 00000000..9e31d519 --- /dev/null +++ b/include/nftables/Makefile.am @@ -0,0 +1 @@ +noinst_HEADERS = nftables.h -- cgit v1.2.3