diff options
author | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-11-19 21:51:52 +0100 |
---|---|---|
committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2019-05-17 02:27:08 +0200 |
commit | 5435a2bf61c4179e8b69af5d3a808b42f5387177 (patch) | |
tree | f4f0f9f8b0d7304d84360928f31f640740c8fcde /Makefile.am | |
parent | Merge pull request #4355 from donaldsharp/revert_rtadv_changes (diff) | |
download | frr-5435a2bf61c4179e8b69af5d3a808b42f5387177.tar.xz frr-5435a2bf61c4179e8b69af5d3a808b42f5387177.zip |
vrrpd: initial commit
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 11188ea15..166ac29d1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -147,6 +147,7 @@ include staticd/subdir.am include bfdd/subdir.am include yang/subdir.am include yang/libyang_plugins/subdir.am +include vrrpd/subdir.am include vtysh/subdir.am include tests/subdir.am @@ -188,7 +189,6 @@ EXTRA_DIST += \ snapcraft/defaults \ snapcraft/helpers \ snapcraft/snap \ - \ babeld/Makefile \ bgpd/Makefile \ bgpd/rfp-example/librfp/Makefile \ @@ -218,6 +218,7 @@ EXTRA_DIST += \ vtysh/Makefile \ watchfrr/Makefile \ zebra/Makefile \ + vrrpd/Makefile \ # end noinst_HEADERS += defaults.h |