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