]> git.openstreetmap.org Git - nominatim.git/blob - module/Makefile
Merge pull request #1583 from mtmail/documentation-pear-db-no-longer-prerequisite
[nominatim.git] / module / Makefile
1 MODULES = nominatim
2 PG_CPPFLAGS = -I$(MODSRCDIR)
3 include $(PGXS)
4
5 VPATH = $(MODSRCDIR)
6
7 all:
8         chmod 755 nominatim.so
9
10 install:
11         @echo Library does not need to be installed.