From c96e0a17f369987332ee33746c44ea0133e6d49c Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Thu, 19 Oct 2023 15:00:05 +0200 Subject: 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 Signed-off-by: Florian Westphal --- examples/Makefile.am | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 examples/Makefile.am (limited to 'examples/Makefile.am') 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 -- cgit v1.2.3