Make protocol module HTTPD lowercase

Oversight when renamings were made.
This commit is contained in:
Johan Wikman 2018-01-04 19:23:40 +02:00
parent bed0b850b1
commit c39dab9434

View File

@ -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)