diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2014-10-30 06:19:15 +0100 |
---|---|---|
committer | Daniel Walton <dwalton@cumulusnetworks.com> | 2016-05-26 03:16:29 +0200 |
commit | 51a360145ac9e1f135b283dcd7c9237be6122d1d (patch) | |
tree | af0e3c26677228c274bb9174faab7b83eb127822 /Makefile.am | |
parent | mrlg: Remove obsolete version. (diff) | |
download | frr-51a360145ac9e1f135b283dcd7c9237be6122d1d.tar.xz frr-51a360145ac9e1f135b283dcd7c9237be6122d1d.zip |
build: fix 9562a77... (mrlg removal)
mrlg.cgi was removed in 9562a77 "mrlg: Remove obsolete version." but the
file was still listed in Makefile.am.
Fixes: 9562a77 ("mrlg: Remove obsolete version.")
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
(cherry picked from commit 59135bde25441cd39cea0389467eb206fc9030c9)
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 1b97d58c4..4822cd5a7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,7 +11,7 @@ DIST_SUBDIRS = lib zebra bgpd ripd ripngd ospfd ospf6d \ 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/rrcheck.pl tools/rrlookup.pl tools/zc.pl \ tools/zebra.el tools/multiple-bgpd.sh \ fpm/fpm.h |