From 11e62138424ad7c1f1c80345e1f9f54599651c58 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Thu, 19 Oct 2023 15:00:04 +0200 Subject: build: no recursive make for "src/Makefile.am" Merge the Makefile.am under "src/" into the toplevel Makefile.am. This is a step in the effort of dropping recursive make. Signed-off-by: Thomas Haller Signed-off-by: Florian Westphal --- configure.ac | 1 - 1 file changed, 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 23581f91..79024e49 100644 --- a/configure.ac +++ b/configure.ac @@ -117,7 +117,6 @@ AC_CHECK_DECLS([getprotobyname_r, getprotobynumber_r, getservbyport_r], [], [], AC_CONFIG_FILES([ \ Makefile \ libnftables.pc \ - src/Makefile \ doc/Makefile \ examples/Makefile \ ]) -- cgit v1.2.3