From caf2a6ad2d2229da9881733c6a5f061dbce9b45b Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Mon, 14 Feb 2022 12:31:48 +0100 Subject: examples: add libnftables example program Create an example folder to add example source code files to show how to use libnftables. Add first example program using the buffer API. Signed-off-by: Pablo Neira Ayuso --- examples/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 examples/Makefile.am (limited to 'examples/Makefile.am') diff --git a/examples/Makefile.am b/examples/Makefile.am new file mode 100644 index 00000000..dd637fe3 --- /dev/null +++ b/examples/Makefile.am @@ -0,0 +1,3 @@ +noinst_PROGRAMS = nft-buffer + +LDADD = $(top_builddir)/src/libnftables.la -- cgit v1.2.3