]> git.openstreetmap.org Git - nominatim.git/blob - module/Makefile
a604ecaaa2255f819166e8e14117576bddc42c84
[nominatim.git] / module / Makefile
1 MODULES = nominatim
2 PGXS := /usr/lib/postgresql/9.1/lib/pgxs/src/makefiles/pgxs.mk
3 include $(PGXS)
4
5 all:
6         chmod 755 nominatim.so
7
8 install:
9         @echo Library does not need to be installed.