summaryrefslogtreecommitdiffstats
path: root/examples/Makefile.am
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2022-02-14 12:31:48 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2022-02-17 18:23:05 +0100
commitcaf2a6ad2d2229da9881733c6a5f061dbce9b45b (patch)
treecf9ea3e7e457e7d070498cc03424999e14e2c937 /examples/Makefile.am
parentda6cb40177dae41fb7b4a3418dd728fd6f894f2d (diff)
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 <pablo@netfilter.org>
Diffstat (limited to 'examples/Makefile.am')
-rw-r--r--examples/Makefile.am3
1 files changed, 3 insertions, 0 deletions
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