Add missing jansson dependency on maxscale-common

The Jansson library must be built or must exist before MaxScale.
This commit is contained in:
Markus Mäkelä 2018-03-16 16:06:42 +02:00
parent aa260cf6cf
commit 28e4133669
No known key found for this signature in database
GPG Key ID: 72D48FCE664F7B19

View File

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