OCAMLMAKEFILE = /usr/share/ocamlmakefile/OCamlMakefile

SOURCES = prompt_gtk.ml
INCDIRS = /usr/lib/ocaml/3.10.2/postgresql
LIBDIRS = /usr/lib/ocaml/3.10.2/postgresql
LIBS    = postgresql
PACKS   = lablgtk2
RESULT  = prompt_gtk

-include $(OCAMLMAKEFILE)
