Take dump_stacktrace into use

MaxScale and tests now both use the same code to dump stacktraces.
This commit is contained in:
Markus Mäkelä
2018-06-19 15:11:23 +03:00
parent c32e6a7c3f
commit 3d8f946e19
3 changed files with 12 additions and 115 deletions

View File

@ -92,7 +92,7 @@ if (HAVE_LIBDL)
target_link_libraries(maxscale-common dl)
endif()
add_dependencies(maxscale-common pcre2 connector-c libmicrohttpd jansson)
add_dependencies(maxscale-common pcre2 connector-c libmicrohttpd jansson maxutils)
set_target_properties(maxscale-common PROPERTIES VERSION "1.0.0")
install_module(maxscale-common core)