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