Moved db_drivers/ into external/ for consistency

release-v0.4.0.1
Thomas Winget 9 years ago
parent 5eab480cb1
commit b21335642e
No known key found for this signature in database
GPG Key ID: 58131A160789E630

@ -159,9 +159,6 @@ link_directories(${UNBOUND_LIBRARY_DIRS})
# Final setup for rapidjson
include_directories(external/rapidjson)
add_subdirectory(db_drivers)
# Final setup for liblmdb
include_directories(${LMDB_INCLUDE})

@ -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)

Loading…
Cancel
Save