OCAMLMAKEFILE = /usr/share/ocaml-tools/OCamlMakefile

SOURCES = test_lo.ml
INCDIRS = /usr/lib/ocaml/3.09.2/postgresql
LIBDIRS = /usr/lib/ocaml/3.09.2/postgresql
LIBS    = postgresql
RESULT  = test_lo

-include $(OCAMLMAKEFILE)
