X-Git-Url: https://git.openstreetmap.org/nominatim.git/blobdiff_plain/ab6a99677293c9ddb96a717f03b8a009e98ab955..71ae7f10f74251ebef13abe8d186276e6255b5d4:/module/Makefile diff --git a/module/Makefile b/module/Makefile index 0fdb2daa..dd037a01 100644 --- a/module/Makefile +++ b/module/Makefile @@ -1,4 +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.