diff options
author | Paul Jakma <paul.jakma@sun.com> | 2009-05-08 23:21:09 +0200 |
---|---|---|
committer | Paul Jakma <paul@quagga.net> | 2009-05-08 23:21:09 +0200 |
commit | 21b86436a8c826da84b47cd773fdffbf3d05141e (patch) | |
tree | 0b07397d53eb9bc2b29b195c95806d1ec3b9f42b /Makefile.am | |
parent | [bgpd] AS4 bugfix by Chris Caputo <ccaputo@alt.net> (diff) | |
download | frr-21b86436a8c826da84b47cd773fdffbf3d05141e.tar.xz frr-21b86436a8c826da84b47cd773fdffbf3d05141e.zip |
[build] tools/multiple-bgpd.sh should be in 'make dist'
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 96da94faa..8276b2427 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,6 +12,6 @@ EXTRA_DIST = aclocal.m4 SERVICES TODO REPORTING-BUGS INSTALL.quagga.txt \ update-autotools \ vtysh/Makefile.in vtysh/Makefile.am \ tools/mrlg.cgi tools/rrcheck.pl tools/rrlookup.pl tools/zc.pl \ - tools/zebra.el + tools/zebra.el tools/multiple-bgpd.sh ACLOCAL_AMFLAGS = -I m4 |