diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-02-03 07:59:04 -0500 | 
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-02-03 08:29:13 -0500 | 
| commit | 55c728031529910cd8358bedb90f75d363afeb4b (patch) | |
| tree | 5553cc267888f3b26e43af9fe2d6697b80361b8f /ldpd | |
| parent | 56041a77064fe6924ca55dd4e394777b7a5900d0 (diff) | |
*: 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 'ldpd')
| -rw-r--r-- | ldpd/Makefile.am | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/ldpd/Makefile.am b/ldpd/Makefile.am index 1f4d910192..bf3147d579 100644 --- a/ldpd/Makefile.am +++ b/ldpd/Makefile.am @@ -21,7 +21,7 @@ noinst_HEADERS = \  	control.h lde.h ldpd.h ldpe.h ldp.h log.h ldp_debug.h ldp_vty.h  ldpd_SOURCES = ldpd.c -ldpd_LDADD = libldp.a ../lib/libzebra.la @LIBCAP@ +ldpd_LDADD = libldp.a ../lib/libfrr.la @LIBCAP@  examplesdir = $(exampledir)  dist_examples_DATA = ldpd.conf.sample  | 
