summaryrefslogtreecommitdiffstats
path: root/bgpd/Makefile.am
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2017-02-03 13:59:04 +0100
committerDonald Sharp <sharpd@cumulusnetworks.com>2017-02-03 14:29:13 +0100
commit55c728031529910cd8358bedb90f75d363afeb4b (patch)
tree5553cc267888f3b26e43af9fe2d6697b80361b8f /bgpd/Makefile.am
parentMerge pull request #153 from LabNConsulting/working/2.0/patch-set/rr-part2 (diff)
downloadfrr-55c728031529910cd8358bedb90f75d363afeb4b.tar.xz
frr-55c728031529910cd8358bedb90f75d363afeb4b.zip
*: Convert libzebra -> libfrr
The library libzebra that is installed with FRR will conflict with Quagga. So let's rename it to libfrr. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'bgpd/Makefile.am')
-rw-r--r--bgpd/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/bgpd/Makefile.am b/bgpd/Makefile.am
index 69c0504af..b91d23baf 100644
--- a/bgpd/Makefile.am
+++ b/bgpd/Makefile.am
@@ -91,11 +91,11 @@ noinst_HEADERS = \
$(BGP_VNC_RFAPI_HD)
bgpd_SOURCES = bgp_main.c
-bgpd_LDADD = libbgp.a $(BGP_VNC_RFP_LIB) ../lib/libzebra.la @LIBCAP@ @LIBM@
+bgpd_LDADD = libbgp.a $(BGP_VNC_RFP_LIB) ../lib/libfrr.la @LIBCAP@ @LIBM@
bgpd_LDFLAGS = $(BGP_VNC_RFP_LD_FLAGS)
bgp_btoa_SOURCES = bgp_btoa.c
-bgp_btoa_LDADD = libbgp.a $(BGP_VNC_RFP_LIB) ../lib/libzebra.la @LIBCAP@ @LIBM@
+bgp_btoa_LDADD = libbgp.a $(BGP_VNC_RFP_LIB) ../lib/libfrr.la @LIBCAP@ @LIBM@
bgp_btoa_LDFLAGS = $(BGP_VNC_RFP_LD_FLAGS)
examplesdir = $(exampledir)