X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/a64f992092f2aaed931ab44532966f466b97a0e7..6867b240d5d23c22ae04c57d65881d54d793da73:/CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index 79cc7d19..9ca95a29 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -38,7 +38,7 @@ set(WITH_LUA off CACHE BOOL "Build with lua support" FORCE) if (NOT EXISTS "${CMAKE_SOURCE_DIR}/osm2pgsql/CMakeLists.txt") message(FATAL_ERROR "The osm2pgsql directory is empty.\ Did you forget to check out Nominatim recursively?\ - \nTry updating submodules with: git submodules update --init") + \nTry updating submodules with: git submodule update --init") endif() add_subdirectory(osm2pgsql) @@ -92,6 +92,14 @@ set(CUSTOMFILES website/reverse.php website/search.php website/status.php + website/403.html + website/509.html + website/crossdomain.xml + website/favicon.ico + website/last_update.php + website/nominatim.xml + website/robots.txt + website/taginfo.json utils/blocks.php utils/country_languages.php utils/imports.php