]> git.openstreetmap.org Git - nominatim.git/blobdiff - module/Makefile
clean up docs for lookup call
[nominatim.git] / module / Makefile
index 0fdb2daa46a78c09346636f673f951b1ffeeb6cd..dd037a01bfae8514e8d16e67851137749abf1957 100644 (file)
@@ -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.