Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
a7670339
Commit
a7670339
authored
Jan 25, 2018
by
Wlodzimierz Wencel
Browse files
[master] added BOOST_LIBS in Makefiles
parent
5a6665f2
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/lib/hooks/tests/Makefile.am
View file @
a7670339
...
...
@@ -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
...
...
src/lib/stats/tests/Makefile.am
View file @
a7670339
...
...
@@ -28,7 +28,7 @@ libstats_unittests_LDADD += $(top_builddir)/src/lib/log/libkea-log.la
libstats_unittests_LDADD
+=
$(top_builddir)
/src/lib/util/threads/libkea-threads.la
libstats_unittests_LDADD
+=
$(top_builddir)
/src/lib/util/libkea-util.la
libstats_unittests_LDADD
+=
$(top_builddir)
/src/lib/exceptions/libkea-exceptions.la
libstats_unittests_LDADD
+=
$(LOG4CPLUS_LIBS)
$(GTEST_LDADD)
libstats_unittests_LDADD
+=
$(LOG4CPLUS_LIBS)
$(GTEST_LDADD)
$(BOOST_LIBS)
endif
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment