diff options
author | David Lamparter <equinox@diac24.net> | 2017-02-07 17:17:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-07 17:17:12 +0100 |
commit | 9da3dd3bc5a4682a3c855bab3cd2736395de3fbf (patch) | |
tree | 4749a0390d5ea4b66cb5b5960d0abc5bb615b122 /bgpd | |
parent | bgpd: Allow views to 'pretend' resolve nexthops (diff) | |
parent | *: Convert libospf -> libfrrospf (diff) | |
download | frr-9da3dd3bc5a4682a3c855bab3cd2736395de3fbf.tar.xz frr-9da3dd3bc5a4682a3c855bab3cd2736395de3fbf.zip |
Merge pull request #161 from donaldsharp/stableMcLibrary
Stable mc library
Diffstat (limited to 'bgpd')
-rw-r--r-- | bgpd/Makefile.am | 4 | ||||
-rw-r--r-- | bgpd/rfp-example/rfptest/Makefile.am | 2 |
2 files changed, 3 insertions, 3 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) diff --git a/bgpd/rfp-example/rfptest/Makefile.am b/bgpd/rfp-example/rfptest/Makefile.am index a1001e4ef..f5db852db 100644 --- a/bgpd/rfp-example/rfptest/Makefile.am +++ b/bgpd/rfp-example/rfptest/Makefile.am @@ -48,5 +48,5 @@ sbin_PROGRAMS = $(RFPTEST_BIN) examplesdir = $(exampledir) -rfptest_LDADD = $(top_builddir)/lib/libzebra.la $(BGP_VNC_RFP_LIB) +rfptest_LDADD = $(top_builddir)/lib/libfrr.la $(BGP_VNC_RFP_LIB) dist_examples_DATA = |