From 16ca11136bdc2d85668d58f3f1193b804175895f Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Thu, 14 Nov 2013 01:12:39 +0100 Subject: build: fix make distcheck Fix missing files that were not included in the tarball that distcheck generates. This also includes AC_EXEEXT, otherwise configure complains about undefined CHECK_GCC_FVISIBILITY. Signed-off-by: Pablo Neira Ayuso --- src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/Makefile.am b/src/Makefile.am index 5f64db2..48d5d2d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -32,5 +32,7 @@ libnftables_la_SOURCES = utils.c \ expr/payload.c \ expr/reject.c \ expr/target.c \ + expr/data_reg.h \ libnftables.map \ + expr_ops.h \ internal.h -- cgit v1.2.3