]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/paramodulation/Makefile
bugfixes:
[helm.git] / helm / ocaml / paramodulation / Makefile
index ff724fa6c900fb048e92083ae0ac0f1871450e5e..df2c25d22d775246a3fb6161213d130d7eff781b 100644 (file)
@@ -31,7 +31,7 @@ $(ARCHIVE_OPT): paramodulation.cmx $(LIBRARIES_OPT)
 PARAMOD_OBJS = $(IMPLEMENTATION_FILES:%.ml=%.cmo)
 PARAMOD_OBJS_OPT = $(IMPLEMENTATION_FILES:%.ml=%.cmx)
 
-LOCALLINKOPTS = -package helm-cic_disambiguation,helm-content_pres,helm-grafite
+LOCALLINKOPTS = -package helm-cic_disambiguation,helm-content_pres,helm-grafite,helm-grafite_parser
 saturate: saturate_main.ml $(PARAMOD_OBJS) $(LIBRARIES)
        $(OCAMLC) $(LOCALLINKOPTS) -thread -linkpkg -o $@ $(PARAMOD_OBJS) $<
 saturate.opt: saturate_main.ml $(PARAMOD_OBJS_OPT) $(LIBRARIES)