From 8f5e9238dd384e1e375ec0db479ef2fbbe46d520 Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Tue, 15 Sep 2015 02:19:46 -0700 Subject: 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 (cherry picked from commit d8d5c60ecfab4dd609a07b4baa00d735f59002b9) --- ospfclient/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'ospfclient') 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 -- cgit v1.2.3