Nominatim/module/Makefile
Sarah Hoffmann e4963256e1 cmake: use explicit VPATH when calling pgxs makefile
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.
2016-05-24 00:24:23 +02:00

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.