X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fextlib%2FMakefile;h=f271f6ace7254dde20bcf213c297d4cacd114cac;hb=6c15f0679a74ff8e8f51e01590bc5eb8e0567fc5;hp=9f6267a06a579e9290ab0aeb3ae1b0000cb8e8de;hpb=9a0e4f3be9f70662f18d2d3b6dd60ae79fba565b;p=helm.git diff --git a/helm/ocaml/extlib/Makefile b/helm/ocaml/extlib/Makefile index 9f6267a06..f271f6ace 100644 --- a/helm/ocaml/extlib/Makefile +++ b/helm/ocaml/extlib/Makefile @@ -4,6 +4,7 @@ PREDICATES = INTERFACE_FILES = \ hExtlib.mli \ patternMatcher.mli \ + hLog.mli \ $(NULL) IMPLEMENTATION_FILES = \ $(INTERFACE_FILES:%.mli=%.ml)