summaryrefslogtreecommitdiffstats
path: root/ospfd/Makefile.am
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2015-09-15 02:19:46 -0700
committerMartin Winter <mwinter@opensourcerouting.org>2015-10-16 23:50:46 -0700
commitd8d5c60ecfab4dd609a07b4baa00d735f59002b9 (patch)
treee4b331c785e947a1a9685d2767ae656e2c2edbb9 /ospfd/Makefile.am
parentcbc3f5232af5cacd6f88f2124c864bb91e851cde (diff)
downloadquagga-d8d5c60ecfab4dd609a07b4baa00d735f59002b9.tar.bz2
quagga-d8d5c60ecfab4dd609a07b4baa00d735f59002b9.tar.xz
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>
Diffstat (limited to 'ospfd/Makefile.am')
-rw-r--r--ospfd/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/ospfd/Makefile.am b/ospfd/Makefile.am
index 40f2cfe5..f21f5079 100644
--- a/ospfd/Makefile.am
+++ b/ospfd/Makefile.am
@@ -7,6 +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
sbin_PROGRAMS = ospfd