X-Git-Url: https://git.openstreetmap.org/nominatim.git/blobdiff_plain/6d5c101a9e5443825728f3c2d21f5f3611222cdb..71ae7f10f74251ebef13abe8d186276e6255b5d4:/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.