Moved db_drivers/ into external/ for consistency

This commit is contained in:
Thomas Winget
2015-03-09 15:48:46 -04:00
parent 5eab480cb1
commit b21335642e
31 changed files with 2 additions and 3 deletions

View File

@@ -97,3 +97,5 @@ else()
die("Found libunbound includes, but could not find libunbound library. Please make sure you have installed libunbound or libunbound-dev or the equivalent")
endif()
endif()
add_subdirectory(db_drivers)