summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorLou Berger <lberger@labn.net>2016-09-29 15:03:31 +0200
committerDonald Sharp <sharpd@cumulusnetworks.com>2016-10-03 14:17:30 +0200
commit5d370a29a05782df9e61bc18b189aec3f97c2d05 (patch)
tree1524d34c9ff10994e59fda95e8c1651360ae6a22 /tests
parentvnc: default to enabled (diff)
downloadfrr-5d370a29a05782df9e61bc18b189aec3f97c2d05.tar.xz
frr-5d370a29a05782df9e61bc18b189aec3f97c2d05.zip
vnc: look for librfp.a in builddir
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am2
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