mirror of
https://github.com/FRRouting/frr.git
synced 2025-04-30 13:37:17 +02:00
build: include helper Makefiles in dist
Need these to have "make" work in subdirectories. Signed-off-by: David Lamparter <equinox@diac24.net>
This commit is contained in:
parent
a1286a3245
commit
f8948c1e02
25
Makefile.am
25
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
|
||||
|
|
Loading…
Reference in a new issue