Make directory name equal to the library name

* avro -> avrorouter
* binlog -> binlogrouter
This commit is contained in:
Johan Wikman
2016-12-01 15:23:42 +02:00
parent a6df875495
commit aef6c7b099
22 changed files with 2 additions and 2 deletions

View File

@ -0,0 +1,5 @@
if(BUILD_TESTS)
add_executable(testbinlogrouter testbinlog.c ../blr.c ../blr_slave.c ../blr_master.c ../blr_file.c ../blr_cache.c)
target_link_libraries(testbinlogrouter maxscale-common ${PCRE_LINK_FLAGS} uuid)
add_test(TestBinlogRouter ${CMAKE_CURRENT_BINARY_DIR}/testbinlogrouter)
endif()