]> git.openstreetmap.org Git - rails.git/blob - db/functions/Makefile
rails_port_0.5/007_remove_segments_helper: Only convert segments that don't have...
[rails.git] / db / functions / Makefile
1 QTDIR=../../lib/quad_tile
2
3 libquadtile.so: quadtile.c ${QTDIR}/quad_tile.h
4         cc `mysql_config --include` -I${QTDIR} -fPIC -O3 -shared -o libquadtile.so quadtile.c