mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-23 13:44:36 +03:00
43e79ea21b
fixes #38
11 lines
173 B
Makefile
11 lines
173 B
Makefile
MODULES = nominatim
|
|
PGXS := @POSTGRESQL_PGXS@
|
|
PG_CONFIG := @PG_CONFIG@
|
|
include $(PGXS)
|
|
|
|
all:
|
|
chmod 755 nominatim.so
|
|
|
|
install:
|
|
@echo Library does not need to be installed.
|