From: Pablo Neira Ayuso Date: Wed, 6 Aug 2025 10:51:51 +0000 (+0200) Subject: build: add trace.h to Makefile X-Git-Tag: v1.1.4~1 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=0584f1c1c2073ff082badc7b49ed667de41002d9;p=thirdparty%2Fnftables.git 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 --- 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 \