diff options
author | David Lamparter <equinox@diac24.net> | 2019-08-13 16:22:22 +0200 |
---|---|---|
committer | David Lamparter <equinox@diac24.net> | 2019-08-30 19:22:29 +0200 |
commit | 83c64a7d32f04e01550ef19d1bd7cfff4abc57b9 (patch) | |
tree | f5b647a1e5438cbf6e19d0c3d603f8cea913c8d6 /bgpd/subdir.am | |
parent | bgpd/bmp: BMP implementation (diff) | |
download | frr-83c64a7d32f04e01550ef19d1bd7cfff4abc57b9.tar.xz frr-83c64a7d32f04e01550ef19d1bd7cfff4abc57b9.zip |
build: make BMP optional
Sigh.
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'bgpd/subdir.am')
-rw-r--r-- | bgpd/subdir.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bgpd/subdir.am b/bgpd/subdir.am index 0e32cea19..b338fd4f3 100644 --- a/bgpd/subdir.am +++ b/bgpd/subdir.am @@ -43,7 +43,9 @@ endif if RPKI module_LTLIBRARIES += bgpd/bgpd_rpki.la endif +if BGP_BMP module_LTLIBRARIES += bgpd/bgpd_bmp.la +endif man8 += $(MANBUILD)/bgpd.8 endif |