Make protocol module HTTPD lowercase
Oversight when renamings were made.
This commit is contained in:
parent
bed0b850b1
commit
c39dab9434
@ -1,4 +1,4 @@
|
||||
add_library(HTTPD SHARED httpd.c)
|
||||
target_link_libraries(HTTPD maxscale-common)
|
||||
set_target_properties(HTTPD PROPERTIES VERSION "1.0.1")
|
||||
install_module(HTTPD core)
|
||||
add_library(httpd SHARED httpd.c)
|
||||
target_link_libraries(httpd maxscale-common)
|
||||
set_target_properties(httpd PROPERTIES VERSION "1.0.1")
|
||||
install_module(httpd core)
|
||||
|
Loading…
x
Reference in New Issue
Block a user