use external makefile for pgxs with cmake

This commit is contained in:
Sarah Hoffmann 2016-02-29 21:46:24 +01:00
parent 5d7bd37ab2
commit 314a9e52e9

8
module/Makefile Normal file
View File

@ -0,0 +1,8 @@
MODULES = nominatim
include $(PGXS)
all:
chmod 755 nominatim.so
install:
@echo Library does not need to be installed.