]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[gitlab9] Minor conflict resolution
authorTomek Mrugalski <tomasz@isc.org>
Fri, 10 Aug 2018 14:38:21 +0000 (16:38 +0200)
committerTomek Mrugalski <tomasz@isc.org>
Tue, 21 Aug 2018 10:18:56 +0000 (12:18 +0200)
src/bin/netconf/Makefile.am
src/bin/netconf/main.cc

index 0cd10c7c53c944d09767b4ca94e1fb4ace0145f5..e75f6d3b847ac4c2dfc3bcc63ec4003c21451c1e 100644 (file)
@@ -75,7 +75,7 @@ kea_netconf_LDADD += $(top_builddir)/src/lib/log/libkea-log.la
 kea_netconf_LDADD += $(top_builddir)/src/lib/util/threads/libkea-threads.la
 kea_netconf_LDADD += $(top_builddir)/src/lib/util/libkea-util.la
 kea_netconf_LDADD += $(top_builddir)/src/lib/exceptions/libkea-exceptions.la
-kea_netconf_LDADD += $(LOG4CPLUS_LIBS) $(CRYPTO_LIBS) $(BOOST_LIBS)
+kea_netconf_LDADD += $(LOG4CPLUS_LIBS) $(CRYPTO_LIBS) $(BOOST_LIBS) $(SYSREPO_LIBS)
 
 
 kea_netconfdir = $(pkgdatadir)
index ebc04c4f9d464736c4a22f4814190b4e3c22223c..623859075ce5e48b46f47128069db71b9762af80 100644 (file)
@@ -7,6 +7,10 @@
 #include <config.h>
 
 #include <netconf/agent.h>
+#include <netconf/netconf_log.h>
+#include <dhcpsrv/cfgmgr.h>
+#include <exceptions/exceptions.h>
+#include <iostream>
 
 int main(