diff options
author | Wlodek Wencel <wlodek@isc.org> | 2018-01-25 17:38:57 +0100 |
---|---|---|
committer | Wlodek Wencel <wlodek@isc.org> | 2018-01-25 17:38:57 +0100 |
commit | a7670339514f17d0994d0d43db193c67b6b2c282 (patch) | |
tree | 4a028f1695f75f8416c4e75884a52fdd0fc2e14c /src/lib/hooks | |
parent | [master] AUTHORS, ChangeLog updated after gtihub38 merge. (diff) | |
download | kea-a7670339514f17d0994d0d43db193c67b6b2c282.tar.xz kea-a7670339514f17d0994d0d43db193c67b6b2c282.zip |
[master] added BOOST_LIBS in Makefiles
Diffstat (limited to 'src/lib/hooks')
-rw-r--r-- | src/lib/hooks/tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/hooks/tests/Makefile.am b/src/lib/hooks/tests/Makefile.am index 70d22497a6..39b7e4dcd6 100644 --- a/src/lib/hooks/tests/Makefile.am +++ b/src/lib/hooks/tests/Makefile.am @@ -127,7 +127,7 @@ run_unittests_LDADD = $(AM_LDADD) run_unittests_LDADD += $(ALL_LIBS) run_unittests_LDADD += $(top_builddir)/src/lib/util/unittests/libutil_unittests.la run_unittests_LDADD += $(top_builddir)/src/lib/cc/libkea-cc.la -run_unittests_LDADD += $(GTEST_LDADD) +run_unittests_LDADD += $(GTEST_LDADD) $(LOG4CPLUS_LIBS) $(BOOST_LIBS) # As noted in configure.ac, libtool doesn't work perfectly with Darwin: it # embeds the final install path in dynamic libraries and loadable modules refer # to that path even if its loaded within the source tree, so preventing tests |