mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-27 00:49:55 +03:00
use external makefile for pgxs with cmake
This commit is contained in:
parent
5d7bd37ab2
commit
314a9e52e9
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.
|
Loading…
Reference in New Issue
Block a user