mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-14 18:37:58 +00:00
These are not called directly as programs but used in a library fashion by the installed utilities. So the library directory is a better place.
10 lines
372 B
Cheetah
Executable File
10 lines
372 B
Cheetah
Executable File
#!@PHP_BIN@ -Cq
|
|
<?php
|
|
@define('CONST_Default_ModulePath', '@CMAKE_BINARY_DIR@/module');
|
|
@define('CONST_Default_Osm2pgsql', '@CMAKE_BINARY_DIR@/osm2pgsql/osm2pgsql');
|
|
@define('CONST_BinDir', '@CMAKE_SOURCE_DIR@/utils');
|
|
@define('CONST_LibDir', '@CMAKE_SOURCE_DIR@/lib');
|
|
@define('CONST_DataDir', '@CMAKE_SOURCE_DIR@');
|
|
|
|
require_once(CONST_LibDir.'/admin/@script_source@');
|