OCAMLMAKEFILE = ../../OCamlMakefile

SOURCES = cursor.ml
INCDIRS := $(shell ocamlc -where)/postgresql
LIBDIRS := $(shell ocamlc -where)/postgresql
LIBS    = postgresql
RESULT  = cursor

-include $(OCAMLMAKEFILE)
