From 54c670ada541aa61ab9ab7907ab245718137efb8 Mon Sep 17 00:00:00 2001 From: huangyu Date: Sat, 26 Nov 2022 18:08:31 +0800 Subject: [PATCH] enable Signed-off-by: huangyu --- Makefile.am | 1 - extensions/GNUmakefile.in | 4 +++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 451c3cb..098e967 100644 --- a/Makefile.am +++ b/Makefile.am @@ -34,4 +34,3 @@ tarball: config.status: extensions/GNUmakefile.in \ include/xtables-version.h.in -TESTS = xlate-test.py iptables-test.py iptables/tests/shell/run-tests.sh diff --git a/extensions/GNUmakefile.in b/extensions/GNUmakefile.in index e289adf..7052ecc 100644 --- a/extensions/GNUmakefile.in +++ b/extensions/GNUmakefile.in @@ -79,7 +79,7 @@ targets_install := .SECONDARY: -.PHONY: all install uninstall clean distclean FORCE dvi check installcheck +.PHONY: all install uninstall check clean distclean FORCE dvi check installcheck all: ${targets} @@ -105,6 +105,8 @@ uninstall: rmdir -p --ignore-fail-on-non-empty "$$dir"; \ } +check: + clean: rm -f *.o *.oo *.so *.a matches.man targets.man rm -f initext.c initext4.c initext6.c initextb.c initexta.c -- 2.23.0