diff options
author | David Lamparter <equinox@diac24.net> | 2018-08-15 23:55:22 +0200 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2018-09-08 21:26:54 +0200 |
commit | 8b7668eccecac31a0347c75be11580f7cf66bf06 (patch) | |
tree | 85ab51d8cff5e131d1a1f0fce37b112d4f336bac /Makefile.am | |
parent | build: non-recursive bgpd & rfp (diff) | |
download | frr-8b7668eccecac31a0347c75be11580f7cf66bf06.tar.xz frr-8b7668eccecac31a0347c75be11580f7cf66bf06.zip |
build: non-recursive vtysh
Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am index 080206855..96d4a3440 100644 --- a/Makefile.am +++ b/Makefile.am @@ -125,12 +125,13 @@ include pbrd/subdir.am include staticd/subdir.am include bfdd/subdir.am +include vtysh/subdir.am + SUBDIRS = . \ - @VTYSH@ \ tests DIST_SUBDIRS = . \ - vtysh tests \ + tests \ # end if PKGSRC @@ -169,9 +170,6 @@ EXTRA_DIST += \ snapcraft/helpers \ snapcraft/snap \ \ - vtysh/Makefile.am \ - vtysh/Makefile.in \ - \ doc/Makefile \ doc/developer/Makefile \ doc/manpages/Makefile \ |