diff options
author | Pablo Neira Ayuso <pablo@netfilter.org> | 2022-02-21 12:52:28 +0100 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2022-02-21 13:08:15 +0100 |
commit | 5b364657a35f4e4cd5d220ba2a45303d729c8eca (patch) | |
tree | 6fdcce68ab4bb4d8dd3896e432aa8171ca1af04e | |
parent | 964e097c4fb604cc33e6412ceb9a5e9c6044b5b0 (diff) |
build: missing SUBIRS updatev1.0.2
Add new examples folder, other `make distcheck' fails.
Fixes: caf2a6ad2d22 ("examples: add libnftables example program")
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
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 |