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 <pablo@netfilter.org>
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = src include examples tests
-DIST_SUBDIRS = src include examples
+DIST_SUBDIRS = src include examples tests
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libnftables.pc
])
AC_PROG_CC
AM_PROG_CC_C_O
+AC_EXEEXT
AC_DISABLE_STATIC
LT_INIT
CHECK_GCC_FVISIBILITY
-noinst_HEADERS = nfnetlink.h nf_tables.h
+noinst_HEADERS = nfnetlink.h nf_tables.h nf_tables_compat.h
expr/payload.c \
expr/reject.c \
expr/target.c \
+ expr/data_reg.h \
libnftables.map \
+ expr_ops.h \
internal.h