summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2023-10-19 15:00:04 +0200
committerFlorian Westphal <fw@strlen.de>2023-11-02 11:48:30 +0100
commit11e62138424ad7c1f1c80345e1f9f54599651c58 (patch)
treeffec1655951fb4b1ad8fc34af02dff703d8795d8 /configure.ac
parent83512d6c2245d264f6d7657932e6fdf1fecff29a (diff)
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 <thaller@redhat.com> Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
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 \
])