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