OCAMLMAKEFILE = ../OCamlMakefile

SOURCES = test_lo.ml
LIBS    = postgresql
RESULT  = test_lo

-include $(OCAMLMAKEFILE)
