X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fextlib%2FMakefile;h=4aa36a488e8504fbeeb577fcec60e1278950985b;hb=72cd94b68037956a70b98cfa54f316fd54e52bae;hp=8caad1fca7d9b7aebff68eac61f26bd1ddbed1c0;hpb=ca3eeb009d1e694523e16c741d04c1fad3be4f02;p=helm.git diff --git a/helm/software/components/extlib/Makefile b/helm/software/components/extlib/Makefile index 8caad1fca..4aa36a488 100644 --- a/helm/software/components/extlib/Makefile +++ b/helm/software/components/extlib/Makefile @@ -8,7 +8,10 @@ INTERFACE_FILES = \ patternMatcher.mli \ hLog.mli \ trie.mli \ + discrimination_tree.mli \ + hTopoSort.mli \ refCounter.mli \ + graphvizPp.mli \ $(NULL) IMPLEMENTATION_FILES = \ $(INTERFACE_FILES:%.mli=%.ml)