vnc: look for librfp.a in builddir

This commit is contained in:
Lou Berger 2016-09-29 09:03:31 -04:00 committed by Donald Sharp
parent f95f2ad915
commit 5d370a29a0
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ AUTOMAKE_OPTIONS = subdir-objects
if ENABLE_BGP_VNC
#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_HD=\
@top_srcdir@/$(RFPINC)/rfp.h

View File

@ -26,7 +26,7 @@ TESTS_BGPD =
endif
if ENABLE_BGP_VNC
BGP_VNC_RFP_LIB=@top_srcdir@/$(LIBRFP)/librfp.a
BGP_VNC_RFP_LIB=@top_builddir@/$(LIBRFP)/librfp.a
else
BGP_VNC_RFP_LIB =
endif