Browse Source

[master] Added BOOST_LIBS to list of libraries

Apparently we have dependency on BOOST, likely through
/cc/data.h which uses IOAddress ....
Thomas Markwalder 7 years ago
parent
commit
4996d774a3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/lib/hooks/Makefile.am

+ 1 - 0
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-