From 9979b4a85be7ce7061a78f1ef1758952026eb98c Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Sat, 18 Aug 2018 20:08:46 +0200 Subject: [PATCH] build: include helper Makefiles in dist Need these to have "make" work in subdirectories. Signed-off-by: David Lamparter --- Makefile.am | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/Makefile.am b/Makefile.am index 6decbe64fc..67c3540e11 100644 --- a/Makefile.am +++ b/Makefile.am @@ -164,10 +164,35 @@ EXTRA_DIST += \ snapcraft/helpers \ snapcraft/snap \ \ + babeld/Makefile \ + bgpd/Makefile \ + bgpd/rfp-example/librfp/Makefile \ + bgpd/rfp-example/rfptest/Makefile \ doc/Makefile \ doc/developer/Makefile \ doc/manpages/Makefile \ doc/user/Makefile \ + eigrpd/Makefile \ + fpm/Makefile \ + isisd/Makefile \ + ldpd/Makefile \ + lib/Makefile \ + nhrpd/Makefile \ + ospf6d/Makefile \ + ospfclient/Makefile \ + ospfd/Makefile \ + pbrd/Makefile \ + pimd/Makefile \ + ports/Makefile \ + qpb/Makefile \ + ripd/Makefile \ + ripngd/Makefile \ + staticd/Makefile \ + tests/Makefile \ + tools/Makefile \ + vtysh/Makefile \ + watchfrr/Makefile \ + zebra/Makefile \ # end ACLOCAL_AMFLAGS = -I m4 -- 2.39.5