summaryrefslogtreecommitdiff
path: root/bgpd/subdir.am
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@diac24.net>2019-11-27 19:05:35 +0100
committerDavid Lamparter <equinox@diac24.net>2019-12-13 06:22:34 +0100
commit420dcec358efda55dde5e78e333b61c9036f4c8a (patch)
tree6b970b7c0d096cf2eb6366b16703d7a7a40dfafd /bgpd/subdir.am
parenta10dbc9f7f92aab3aae5a8d17c2179e48659e891 (diff)
bgpd: remove redundant VNC build specs
rfapi_descriptor_rfp_utils.c is already built into libbgp.a and these include paths have no effect at all. Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'bgpd/subdir.am')
-rw-r--r--bgpd/subdir.am8
1 files changed, 0 insertions, 8 deletions
diff --git a/bgpd/subdir.am b/bgpd/subdir.am
index b338fd4f3d..203cf779b9 100644
--- a/bgpd/subdir.am
+++ b/bgpd/subdir.am
@@ -199,14 +199,6 @@ bgpd_bgp_btoa_SOURCES = bgpd/bgp_btoa.c
bgpd_bgpd_CFLAGS = $(AM_CFLAGS)
bgpd_bgp_btoa_CFLAGS = $(AM_CFLAGS)
-if ENABLE_BGP_VNC
-bgpd_bgpd_SOURCES += bgpd/rfapi/rfapi_descriptor_rfp_utils.c
-bgpd_bgpd_CFLAGS += -Irfapi -I@top_srcdir@/$(RFPINC)
-
-bgpd_bgp_btoa_SOURCES += bgpd/rfapi/rfapi_descriptor_rfp_utils.c
-bgpd_bgp_btoa_CFLAGS += -Irfapi -I@top_srcdir@/$(RFPINC)
-endif
-
# RFPLDADD is set in bgpd/rfp-example/librfp/subdir.am
bgpd_bgpd_LDADD = bgpd/libbgp.a $(RFPLDADD) lib/libfrr.la $(LIBCAP) $(LIBM)
bgpd_bgp_btoa_LDADD = bgpd/libbgp.a $(RFPLDADD) lib/libfrr.la $(LIBCAP) $(LIBM)