From: Tomek Mrugalski Date: Mon, 17 Sep 2018 15:39:18 +0000 (+0200) Subject: [65-libyang-adaptor] Compilation fix for kea-netconf X-Git-Tag: 30-implement-control-socket-for-ddns_base~1^2~2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfd5abb7a7424ac7b80d7480d70f91a12378d8db;p=thirdparty%2Fkea.git [65-libyang-adaptor] Compilation fix for kea-netconf --- diff --git a/src/bin/netconf/Makefile.am b/src/bin/netconf/Makefile.am index 1c2ce7ff7b..a52ceafbc3 100644 --- a/src/bin/netconf/Makefile.am +++ b/src/bin/netconf/Makefile.am @@ -57,7 +57,7 @@ sbin_PROGRAMS = kea-netconf kea_netconf_SOURCES = main.cc kea_netconf_LDADD = libnetconf.la -kea_netconf_LDADD += $(top_builddir)/src/lib/dhcpsrv/libkea-dhcpsrv.la +kea_netconf_LDADD += $(top_builddir)/src/lib/process/libkea-process.la kea_netconf_LDADD += $(top_builddir)/src/lib/log/libkea-log.la kea_netconf_LDADD += $(top_builddir)/src/lib/exceptions/libkea-exceptions.la kea_netconf_LDADD += $(LOG4CPLUS_LIBS) $(CRYPTO_LIBS) $(BOOST_LIBS) $(SYSREPO_LIBS)