forked from hans/Nominatim
use external makefile for pgxs with cmake
This commit is contained in:
8
module/Makefile
Normal file
8
module/Makefile
Normal file
@@ -0,0 +1,8 @@
|
||||
MODULES = nominatim
|
||||
include $(PGXS)
|
||||
|
||||
all:
|
||||
chmod 755 nominatim.so
|
||||
|
||||
install:
|
||||
@echo Library does not need to be installed.
|
||||
Reference in New Issue
Block a user