Lets say we have now connection pooling!
[handlerosm.git] / Makefile
blobe07707747de8f1cff87cc01a561869c37780893d
1 all:
2 gcc -Wall -Dpooling -DHAVE_PWD_H -DHAVE_GRP_H -DTRACE_ENABLED -D_GNU_SOURCE -g -fPIC -shared -I/opt/cherokee/include/MonetDB/mapilib -I/opt/cherokee/include -I/opt/cherokee/include/axl -L/opt/cherokee/lib -lMapi -laxl handler_osm.c handler_osm_db.c handler_osm_get.c handler_osm_put.c handler_osm_delete.c handler_osm_gpx.c handler_osm_user.c -o libplugin_osm.so
4 install:
5 cp *.so /opt/cherokee/lib/cherokee/.
6 cp Module*.py /opt/cherokee/share/cherokee/admin/.