From: Sarah Hoffmann Date: Mon, 29 Feb 2016 20:46:24 +0000 (+0100) Subject: use external makefile for pgxs with cmake X-Git-Tag: v3.0.0~198^2~2 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/ae9291f62581c433bf7cf3126404dbdd25861013 use external makefile for pgxs with cmake --- diff --git a/module/Makefile b/module/Makefile new file mode 100644 index 00000000..783a6602 --- /dev/null +++ b/module/Makefile @@ -0,0 +1,8 @@ +MODULES = nominatim +include $(PGXS) + +all: + chmod 755 nominatim.so + +install: + @echo Library does not need to be installed.