Added MM monitor to the set of modules that are built.

This commit is contained in:
Markus Makela
2015-02-24 16:22:34 +02:00
parent 70f0f239a5
commit b4fa4cc1c1

View File

@ -9,3 +9,7 @@ install(TARGETS galeramon DESTINATION modules)
add_library(ndbclustermon SHARED ndbcluster_mon.c)
target_link_libraries(ndbclustermon log_manager utils)
install(TARGETS ndbclustermon DESTINATION modules)
add_library(mmmon SHARED mm_mon.c)
target_link_libraries(mmmon log_manager utils)
install(TARGETS mmmon DESTINATION modules)