summaryrefslogtreecommitdiffstats
path: root/ospfd
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 /ospfd
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 'ospfd')
-rw-r--r--ospfd/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/ospfd/Makefile.am b/ospfd/Makefile.am
index 62db350c5..23c69b6f8 100644
--- a/ospfd/Makefile.am
+++ b/ospfd/Makefile.am
@@ -7,7 +7,7 @@ INSTALL_SDATA=@INSTALL@ -m 600
lib_LTLIBRARIES = libospf.la
libospf_la_LDFLAGS = -version-info 0:0:0
-libospf_la_LIBADD = ../lib/libzebra.la
+libospf_la_LIBADD = ../lib/libfrr.la
sbin_PROGRAMS = ospfd
@@ -33,7 +33,7 @@ noinst_HEADERS = \
ospfd_SOURCES = ospf_main.c
-ospfd_LDADD = libospf.la ../lib/libzebra.la @LIBCAP@ @LIBM@
+ospfd_LDADD = libospf.la ../lib/libfrr.la @LIBCAP@ @LIBM@
EXTRA_DIST = OSPF-MIB.txt OSPF-TRAP-MIB.txt ChangeLog.opaque.txt