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