Fixed merging conflicts.
This commit is contained in:
@ -324,7 +324,7 @@ int error_count = 0;
|
|||||||
is_rwsplit = true;
|
is_rwsplit = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
char *allow_localhost_match_wildcard_host =
|
allow_localhost_match_wildcard_host =
|
||||||
config_get_value(obj->parameters, "localhost_match_wildcard_host");
|
config_get_value(obj->parameters, "localhost_match_wildcard_host");
|
||||||
|
|
||||||
if (obj->element == NULL) /*< if module load failed */
|
if (obj->element == NULL) /*< if module load failed */
|
||||||
|
|||||||
@ -5,10 +5,6 @@ if(BUILD_TESTS)
|
|||||||
install(TARGETS testroute DESTINATION modules)
|
install(TARGETS testroute DESTINATION modules)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
add_library(testroute SHARED testroute.c)
|
|
||||||
target_link_libraries(testroute log_manager utils)
|
|
||||||
install(TARGETS testroute DESTINATION modules)
|
|
||||||
|
|
||||||
add_library(schemarouter SHARED schemarouter/schemarouter.c)
|
add_library(schemarouter SHARED schemarouter/schemarouter.c)
|
||||||
target_link_libraries(schemarouter log_manager utils query_classifier)
|
target_link_libraries(schemarouter log_manager utils query_classifier)
|
||||||
install(TARGETS schemarouter DESTINATION modules)
|
install(TARGETS schemarouter DESTINATION modules)
|
||||||
|
|||||||
Reference in New Issue
Block a user