mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-15 23:54:45 +00:00
vnc: look for librfp.a in builddir
This commit is contained in:
parent
f95f2ad915
commit
5d370a29a0
@ -3,7 +3,7 @@ AUTOMAKE_OPTIONS = subdir-objects
|
|||||||
|
|
||||||
if ENABLE_BGP_VNC
|
if ENABLE_BGP_VNC
|
||||||
#o file to keep linker happy
|
#o file to keep linker happy
|
||||||
BGP_VNC_RFP_LIB=rfapi/rfapi_descriptor_rfp_utils.o @top_srcdir@/$(LIBRFP)/librfp.a
|
BGP_VNC_RFP_LIB=rfapi/rfapi_descriptor_rfp_utils.o @top_builddir@/$(LIBRFP)/librfp.a
|
||||||
BGP_VNC_RFP_INC=-I@top_srcdir@/$(RFPINC)
|
BGP_VNC_RFP_INC=-I@top_srcdir@/$(RFPINC)
|
||||||
BGP_VNC_RFP_HD=\
|
BGP_VNC_RFP_HD=\
|
||||||
@top_srcdir@/$(RFPINC)/rfp.h
|
@top_srcdir@/$(RFPINC)/rfp.h
|
||||||
|
@ -26,7 +26,7 @@ TESTS_BGPD =
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
if ENABLE_BGP_VNC
|
if ENABLE_BGP_VNC
|
||||||
BGP_VNC_RFP_LIB=@top_srcdir@/$(LIBRFP)/librfp.a
|
BGP_VNC_RFP_LIB=@top_builddir@/$(LIBRFP)/librfp.a
|
||||||
else
|
else
|
||||||
BGP_VNC_RFP_LIB =
|
BGP_VNC_RFP_LIB =
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user