diff options
author | Pablo Neira Ayuso <pablo@netfilter.org> | 2025-08-06 12:51:51 +0200 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2025-08-06 12:52:24 +0200 |
commit | 0584f1c1c2073ff082badc7b49ed667de41002d9 (patch) | |
tree | 1a6d11fc97ecf0df89ecf6ddcdf968f044fca31a | |
parent | 9e1cbf667da2b9c30b41ff887de212b2c38b2eb7 (diff) |
build: add trace.h to Makefile
so `make distcheck` works fine.
Fixes: 8e03d59b5aa4 ("src: split monitor trace code into new trace.c")
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index ba09e7f0..b5580b54 100644 --- a/Makefile.am +++ b/Makefile.am @@ -99,6 +99,7 @@ noinst_HEADERS = \ include/socket.h \ include/statement.h \ include/tcpopt.h \ + include/trace.h \ include/utils.h \ include/xfrm.h \ include/xt.h \ |