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