diff options
author | Paul Jakma <paul.jakma@sun.com> | 2009-05-08 22:21:09 +0100 |
---|---|---|
committer | Paul Jakma <paul@quagga.net> | 2009-05-08 22:21:09 +0100 |
commit | 21b86436a8c826da84b47cd773fdffbf3d05141e (patch) | |
tree | 0b07397d53eb9bc2b29b195c95806d1ec3b9f42b | |
parent | aea339f72807c34a7916d8614e030069815e144c (diff) |
[build] tools/multiple-bgpd.sh should be in 'make dist'
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 96da94fa..8276b242 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 |