From: Wlodzimierz Wencel Date: Mon, 15 Oct 2018 19:47:56 +0000 (-0400) Subject: Update Makefile.am to add libkea-database.la X-Git-Tag: 66-authoritative-flag-in-kea_base~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d989e0c1882ed2a7f57e3c3076c8caca6fe4457f;p=thirdparty%2Fkea.git Update Makefile.am to add libkea-database.la --- diff --git a/src/bin/agent/Makefile.am b/src/bin/agent/Makefile.am index eb303392a6..dfb52a2304 100644 --- a/src/bin/agent/Makefile.am +++ b/src/bin/agent/Makefile.am @@ -83,6 +83,7 @@ kea_ctrl_agent_LDADD += $(top_builddir)/src/lib/log/libkea-log.la kea_ctrl_agent_LDADD += $(top_builddir)/src/lib/util/threads/libkea-threads.la kea_ctrl_agent_LDADD += $(top_builddir)/src/lib/util/libkea-util.la kea_ctrl_agent_LDADD += $(top_builddir)/src/lib/exceptions/libkea-exceptions.la +kea_ctrl_agent_LDADD += $(top_builddir)/src/lib/database/libkea-database.la kea_ctrl_agent_LDADD += $(LOG4CPLUS_LIBS) $(CRYPTO_LIBS) $(BOOST_LIBS) kea_ctrl_agent_LDFLAGS = $(AM_LDFLAGS) $(CRYPTO_LDFLAGS)