projects
/
nominatim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge remote-tracking branch 'upstream/master'
[nominatim.git]
/
module
/
Makefile
diff --git
a/module/Makefile
b/module/Makefile
index 12d66b636563e3b0ffb3781f0d1c052808206993..dd037a01bfae8514e8d16e67851137749abf1957 100644
(file)
--- a/
module/Makefile
+++ b/
module/Makefile
@@
-1,6
+1,11
@@
MODULES = nominatim
-PG
XS := $(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.