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

@ -1,8 +1,8 @@
if(BUILD_AVRO)
add_subdirectory(avro)
add_subdirectory(avrorouter)
endif()
if(BUILD_BINLOG)
add_subdirectory(binlog)
add_subdirectory(binlogrouter)
endif()
add_subdirectory(cli)