OCAMLMAKEFILE = /usr/share/ocamlmakefile/OCamlMakefile

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

-include $(OCAMLMAKEFILE)
