mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-15 04:47:05 +00:00
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>
This commit is contained in:
parent
a10dbc9f7f
commit
420dcec358
@ -199,14 +199,6 @@ bgpd_bgp_btoa_SOURCES = bgpd/bgp_btoa.c
|
|||||||
bgpd_bgpd_CFLAGS = $(AM_CFLAGS)
|
bgpd_bgpd_CFLAGS = $(AM_CFLAGS)
|
||||||
bgpd_bgp_btoa_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
|
# RFPLDADD is set in bgpd/rfp-example/librfp/subdir.am
|
||||||
bgpd_bgpd_LDADD = bgpd/libbgp.a $(RFPLDADD) lib/libfrr.la $(LIBCAP) $(LIBM)
|
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)
|
bgpd_bgp_btoa_LDADD = bgpd/libbgp.a $(RFPLDADD) lib/libfrr.la $(LIBCAP) $(LIBM)
|
||||||
|
Loading…
Reference in New Issue
Block a user