X-Git-Url: https://git.openstreetmap.org/nominatim.git/blobdiff_plain/f17c5345ec0ec0b85347b6ccb1b50900d645b4b2..2275fe59ab959f1dc4e4c33fc8a3fc72afb4c602:/module/Makefile diff --git a/module/Makefile b/module/Makefile index 12d66b63..dd037a01 100644 --- a/module/Makefile +++ b/module/Makefile @@ -1,6 +1,11 @@ MODULES = nominatim -PGXS := $(shell pg_config --pgxs) +PG_CPPFLAGS = -I$(MODSRCDIR) include $(PGXS) +VPATH = $(MODSRCDIR) + all: chmod 755 nominatim.so + +install: + @echo Library does not need to be installed.