OCAMLMAKEFILE = ../../OCamlMakefile

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

-include $(OCAMLMAKEFILE)
