OCAMLMAKEFILE = ../../OCamlMakefile

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

-include $(OCAMLMAKEFILE)
