On Thu, Oct 19, 2023 at 03:00:03PM +0200, Thomas Haller wrote: > diff --git a/Makefile.am b/Makefile.am > index 8b8de7bd141a..83f25dd8574b 100644 > --- a/Makefile.am > +++ b/Makefile.am > @@ -2,6 +2,8 @@ ACLOCAL_AMFLAGS = -I m4 > > EXTRA_DIST = > > +############################################################################### This marker shows that this Makefile.am is really getting too big. Can we find a middle point? I understand that a single Makefile for something as little as examples/Makefile.am is probably too much. No revert please, something incremental, otherwise this looks like iptables' Makefile. Thanks.