Merge branch 'v0.21.x'

This commit is contained in:
Max Kellermann
2019-04-18 11:48:22 +02:00
12 changed files with 60 additions and 25 deletions

View File

@@ -377,8 +377,10 @@ basic_dep = declare_dependency(
if enable_database
subdir('src/storage')
subdir('src/db')
else
storage_glue_dep = dependency('', required: false)
endif
subdir('src/db')
if neighbor_glue_dep.found()
sources += 'src/command/NeighborCommands.cxx'