OCAMLMAKEFILE = ../../OCamlMakefile

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

-include $(OCAMLMAKEFILE)
