Change references from MySQL to MariaDB

A few were missed when the renaming was done. Also renamed the file to
mariadbmon.cc.
This commit is contained in:
Markus Mäkelä
2018-02-14 11:49:39 +02:00
parent f3a77f228c
commit 3b2ec4ab5a
2 changed files with 19 additions and 19 deletions

View File

@ -1,4 +1,4 @@
add_library(mariadbmon SHARED mysql_mon.cc)
add_library(mariadbmon SHARED mariadbmon.cc)
target_link_libraries(mariadbmon maxscale-common)
add_dependencies(mariadbmon pcre2)
set_target_properties(mariadbmon PROPERTIES VERSION "1.4.0")