]> git.openstreetmap.org Git - nominatim.git/blob - module/Makefile.in
Merge remote-tracking branch 'upstream/master'
[nominatim.git] / module / Makefile.in
1 MODULES = nominatim
2 PGXS := @POSTGRESQL_PGXS@
3 include $(PGXS)
4
5 all:
6         chmod 755 nominatim.so
7
8 install:
9         @echo Library does not need to be installed.