diff options
author | Lou Berger <lberger@labn.net> | 2016-09-29 15:03:31 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-10-03 14:17:30 +0200 |
commit | 5d370a29a05782df9e61bc18b189aec3f97c2d05 (patch) | |
tree | 1524d34c9ff10994e59fda95e8c1651360ae6a22 /tests | |
parent | vnc: default to enabled (diff) | |
download | frr-5d370a29a05782df9e61bc18b189aec3f97c2d05.tar.xz frr-5d370a29a05782df9e61bc18b189aec3f97c2d05.zip |
vnc: look for librfp.a in builddir
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 0014fa34d..76280f718 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -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 |