diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-11-19 20:51:52 +0000 | 
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2019-05-17 00:27:08 +0000 | 
| commit | 5435a2bf61c4179e8b69af5d3a808b42f5387177 (patch) | |
| tree | f4f0f9f8b0d7304d84360928f31f640740c8fcde /Makefile.am | |
| parent | db95656d48ecc46555fc9e8524849aa73a357dcb (diff) | |
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 11188ea157..166ac29d1c 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  | 
