Move all protocols into subdirs of their own
Each protocol module now resides in a subdirectory of its own. The name of the subdirectory is the same as the name of the library in the module's CMakeLists.txt file.
This commit is contained in:
4
server/modules/protocol/MySQLBackend/CMakeLists.txt
Normal file
4
server/modules/protocol/MySQLBackend/CMakeLists.txt
Normal file
@ -0,0 +1,4 @@
|
||||
add_library(MySQLBackend SHARED mysql_backend.c ../mysql_common.c)
|
||||
target_link_libraries(MySQLBackend maxscale-common MySQLAuth)
|
||||
set_target_properties(MySQLBackend PROPERTIES VERSION "2.0.0")
|
||||
install_module(MySQLBackend core)
|
2718
server/modules/protocol/MySQLBackend/mysql_backend.c
Normal file
2718
server/modules/protocol/MySQLBackend/mysql_backend.c
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user