mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-26 11:08:13 +00:00
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