diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2015-09-15 02:19:46 -0700 |
|---|---|---|
| committer | Daniel Walton <dwalton@cumulusnetworks.com> | 2016-05-26 15:33:32 +0000 |
| commit | 8f5e9238dd384e1e375ec0db479ef2fbbe46d520 (patch) | |
| tree | a3cad94894d908588a2963d127eb966feb0d27fb /ospfclient | |
| parent | d8adbe0983c170b78553dbcc55fa4d348ecd3307 (diff) | |
build: make libraries self-reliant
libospf and libospfclient both need libzebra, so they should link
against it. The days of libtool propagating upwards such dependencies
are nearing their end...
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
(cherry picked from commit d8d5c60ecfab4dd609a07b4baa00d735f59002b9)
Diffstat (limited to 'ospfclient')
| -rw-r--r-- | ospfclient/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ospfclient/Makefile.am b/ospfclient/Makefile.am index aa156373d1..f54481c924 100644 --- a/ospfclient/Makefile.am +++ b/ospfclient/Makefile.am @@ -5,6 +5,7 @@ AM_CFLAGS = $(WERROR) lib_LTLIBRARIES = libospfapiclient.la libospfapiclient_la_LDFLAGS = -version-info 0:0:0 +libospfapiclient_la_LIBADD = ../ospfd/libospf.la ../lib/libzebra.la sbin_PROGRAMS = ospfclient |
