X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fgrafite_parser%2FMakefile;h=4b04b597ee4917f19c9160c32d69b3321e758eb5;hb=1a40d93d10be4ee71ae9474384af931d70918690;hp=d569dd41d46a3addb829607a55a3ce3c5e3fe8f2;hpb=a696aae5ea794cd43fd3d83d37a0345d2a1387b3;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)