mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-22 21:28:10 +03:00
de46b62186
- move the configure from nominatim out and add checks for all dependencies - bring module under automake control - add osm2pgsql as a submodule, configure and build with the others
7 lines
172 B
Makefile
7 lines
172 B
Makefile
ACLOCAL_AMFLAGS = -I osm2pgsql/m4
|
|
|
|
SUBDIRS = osm2pgsql module nominatim
|
|
|
|
install:
|
|
@echo Nominatim needs to be executed directly from this directory. No install necessary.
|