Parcourir la 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 il y a 7 ans
Parent
commit
4996d774a3
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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-