mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 15:47:58 +00:00
create a globale configure/make
- 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
This commit is contained in:
6
Makefile.am
Normal file
6
Makefile.am
Normal file
@@ -0,0 +1,6 @@
|
||||
ACLOCAL_AMFLAGS = -I osm2pgsql/m4
|
||||
|
||||
SUBDIRS = osm2pgsql module nominatim
|
||||
|
||||
install:
|
||||
@echo Nominatim needs to be executed directly from this directory. No install necessary.
|
||||
Reference in New Issue
Block a user