diff options
author | David Lamparter <equinox@diac24.net> | 2018-10-24 17:44:04 +0200 |
---|---|---|
committer | David Lamparter <equinox@diac24.net> | 2018-10-24 18:35:15 +0200 |
commit | 67cf020d17b48a21fddfa43718b089ba82837ee0 (patch) | |
tree | 4f9453def6730d61663a78a0595db1deb782652d /vtysh | |
parent | build: work around automake wtf (diff) | |
download | frr-67cf020d17b48a21fddfa43718b089ba82837ee0.tar.xz frr-67cf020d17b48a21fddfa43718b089ba82837ee0.zip |
build: make clean and dist consistent
We weren't cleaning up some files (a whole lot of python foobar) and had
some files in the dist tarball that don't quite belong there.
Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'vtysh')
-rw-r--r-- | vtysh/subdir.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vtysh/subdir.am b/vtysh/subdir.am index 66a31ffff..c9cdb5854 100644 --- a/vtysh/subdir.am +++ b/vtysh/subdir.am @@ -26,8 +26,6 @@ noinst_HEADERS += \ vtysh_vtysh_LDADD = lib/libfrr.la @LIBCAP@ @LIBREADLINE@ @LIBS@ @LIBPAM@ -EXTRA_DIST += vtysh/extract.pl - AM_V_EXTRACT = $(am__v_EXTRACT_$(V)) am__v_EXTRACT_ = $(am__v_EXTRACT_$(AM_DEFAULT_VERBOSITY)) am__v_EXTRACT_0 = @echo " EXTRACT " $@; |