]> git.openstreetmap.org Git - rails.git/blob - db/functions/Makefile
Merge rails_port as of r4613 & fix tests.
[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