diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-02-03 13:59:04 +0100 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-02-03 14:29:13 +0100 |
commit | 55c728031529910cd8358bedb90f75d363afeb4b (patch) | |
tree | 5553cc267888f3b26e43af9fe2d6697b80361b8f /ripngd | |
parent | Merge pull request #153 from LabNConsulting/working/2.0/patch-set/rr-part2 (diff) | |
download | frr-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 'ripngd')
-rw-r--r-- | ripngd/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ripngd/Makefile.am b/ripngd/Makefile.am index c08e58a90..3a4be999a 100644 --- a/ripngd/Makefile.am +++ b/ripngd/Makefile.am @@ -21,7 +21,7 @@ noinst_HEADERS = \ ripngd_SOURCES = \ ripng_main.c $(libripng_a_SOURCES) -ripngd_LDADD = ../lib/libzebra.la @LIBCAP@ +ripngd_LDADD = ../lib/libfrr.la @LIBCAP@ examplesdir = $(exampledir) dist_examples_DATA = ripngd.conf.sample |