summaryrefslogtreecommitdiffstats
path: root/bgpd/subdir.am
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@diac24.net>2019-08-13 16:22:22 +0200
committerDavid Lamparter <equinox@diac24.net>2019-08-30 19:22:29 +0200
commit83c64a7d32f04e01550ef19d1bd7cfff4abc57b9 (patch)
treef5b647a1e5438cbf6e19d0c3d603f8cea913c8d6 /bgpd/subdir.am
parentbgpd/bmp: BMP implementation (diff)
downloadfrr-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.am2
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