mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-12-28 15:34:34 +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
10 lines
148 B
Makefile
10 lines
148 B
Makefile
MODULES = nominatim
|
|
PGXS := @POSTGRESQL_PGXS@
|
|
include $(PGXS)
|
|
|
|
all:
|
|
chmod 755 nominatim.so
|
|
|
|
install:
|
|
@echo Library does not need to be installed.
|