summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2023-10-19 15:00:05 +0200
committerFlorian Westphal <fw@strlen.de>2023-11-02 11:48:30 +0100
commitc96e0a17f369987332ee33746c44ea0133e6d49c (patch)
tree7ce6c16a91c853dd98184b31e4e063e8b400bae5 /examples
parent11e62138424ad7c1f1c80345e1f9f54599651c58 (diff)
build: no recursive make for "examples/Makefile.am"
Merge the Makefile.am under "examples/" into the toplevel Makefile.am. This is a step in the effort of dropping recursive make. Signed-off-by: Thomas Haller <thaller@redhat.com> Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.am6
1 files changed, 0 insertions, 6 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
deleted file mode 100644
index 3b8b0b67..00000000
--- a/examples/Makefile.am
+++ /dev/null
@@ -1,6 +0,0 @@
-check_PROGRAMS = nft-buffer \
- nft-json-file
-
-AM_CPPFLAGS = -I$(top_srcdir)/include
-
-LDADD = $(top_builddir)/src/libnftables.la