OCAMLMAKEFILE = ../OCamlMakefile

SOURCES = dump.ml
LIBS    = postgresql
RESULT  = dump

-include $(OCAMLMAKEFILE)
