From 5b364657a35f4e4cd5d220ba2a45303d729c8eca Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Mon, 21 Feb 2022 12:52:28 +0100 Subject: build: missing SUBIRS update Add new examples folder, other `make distcheck' fails. Fixes: caf2a6ad2d22 ("examples: add libnftables example program") Signed-off-by: Pablo Neira Ayuso --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 4a17424d..72fb4e88 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,7 +3,8 @@ ACLOCAL_AMFLAGS = -I m4 SUBDIRS = src \ include \ files \ - doc + doc \ + examples if HAVE_PYTHON SUBDIRS += py endif -- cgit v1.2.3