mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-12-28 23:42:59 +03:00
e4963256e1
Some postgres installations report problems with the makefile magic that should look for the source where the Makefile is located. So hand in the path explicitly via VPATH instead. Fixes #453.
10 lines
143 B
Makefile
10 lines
143 B
Makefile
MODULES = nominatim
|
|
VPATH = $(MODSRCDIR)
|
|
include $(PGXS)
|
|
|
|
all:
|
|
chmod 755 nominatim.so
|
|
|
|
install:
|
|
@echo Library does not need to be installed.
|