]> git.openstreetmap.org Git - nominatim.git/commitdiff
use external makefile for pgxs with cmake
authorSarah Hoffmann <lonvia@denofr.de>
Mon, 29 Feb 2016 20:46:24 +0000 (21:46 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Sat, 12 Mar 2016 08:40:43 +0000 (09:40 +0100)
module/Makefile [new file with mode: 0644]

diff --git a/module/Makefile b/module/Makefile
new file mode 100644 (file)
index 0000000..783a660
--- /dev/null
@@ -0,0 +1,8 @@
+MODULES = nominatim
+include $(PGXS)
+
+all:
+       chmod 755 nominatim.so
+
+install:
+       @echo Library does not need to be installed.