OCAMLMAKEFILE = ../OCamlMakefile

SOURCES = cursor.ml
LIBS    = postgresql
RESULT  = cursor

-include $(OCAMLMAKEFILE)
