summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2023-10-19 15:00:06 +0200
committerFlorian Westphal <fw@strlen.de>2023-11-02 11:48:30 +0100
commite6f21c85f2cac9e7d5437b68de470da0e4180b60 (patch)
tree07df2136d857bbac821df19c6e1e79888808191a /configure.ac
parentc96e0a17f369987332ee33746c44ea0133e6d49c (diff)
build: no recursive make for "doc/Makefile.am"
Merge the Makefile.am under "doc/" 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 c5e41138..724a4ae7 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 \
- doc/Makefile \
])
AC_OUTPUT