X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Focaml%2Fgrafite_parser%2FMakefile;fp=helm%2Focaml%2Fgrafite_parser%2FMakefile;h=4b04b597ee4917f19c9160c32d69b3321e758eb5;hb=827e35d6058ebba3a4a4fa6eb3c160f0cd0fd1e8;hp=d569dd41d46a3addb829607a55a3ce3c5e3fe8f2;hpb=5b306342bf9befa57abd870527d6bd92b0a5ba50;p=helm.git diff --git a/helm/ocaml/grafite_parser/Makefile b/helm/ocaml/grafite_parser/Makefile index d569dd41d..4b04b597e 100644 --- a/helm/ocaml/grafite_parser/Makefile +++ b/helm/ocaml/grafite_parser/Makefile @@ -2,11 +2,11 @@ PACKAGE = grafite_parser PREDICATES = INTERFACE_FILES = \ + dependenciesParser.mli \ grafiteParser.mli \ cicNotation2.mli \ - matitaDisambiguator.mli \ + grafiteDisambiguator.mli \ grafiteDisambiguate.mli \ - grafiteParserMisc.mli \ $(NULL) IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml)