Add dependency on libmicrohttpd for maxscale-common

The core library needs to be built after libmicrohttpd.
This commit is contained in:
Markus Mäkelä 2017-11-22 07:03:20 +02:00
parent c38fbd0b74
commit 6054fa0957

View File

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