From: Thomas Markwalder Date: Thu, 28 Sep 2017 12:56:19 +0000 (-0400) Subject: [master] Added BOOST_LIBS to list of libraries X-Git-Tag: trac5210_base~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4996d774a3c0ffbc8669b892602a4881568dbb0b;p=thirdparty%2Fkea.git [master] Added BOOST_LIBS to list of libraries Apparently we have dependency on BOOST, likely through /cc/data.h which uses IOAddress .... --- diff --git a/src/lib/hooks/Makefile.am b/src/lib/hooks/Makefile.am index 50ba43d453..b2daa2b63b 100644 --- a/src/lib/hooks/Makefile.am +++ b/src/lib/hooks/Makefile.am @@ -56,6 +56,7 @@ libkea_hooks_la_LIBADD += $(top_builddir)/src/lib/util/threads/libkea-threads.la libkea_hooks_la_LIBADD += $(top_builddir)/src/lib/util/libkea-util.la libkea_hooks_la_LIBADD += $(top_builddir)/src/lib/cc/libkea-cc.la libkea_hooks_la_LIBADD += $(top_builddir)/src/lib/exceptions/libkea-exceptions.la +libkea_hooks_la_LIBADD += $(BOOST_LIBS) libkea_hooks_la_LIBADD += $(LOG4CPLUS_LIBS) # Specify the headers for copying into the installation directory tree. User-