]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_refiner/Makefile
Bug fixed: the debrujinate function (hence the one to compute objects height)
[helm.git] / helm / software / components / ng_refiner / Makefile
index 33a66bd8c86c608d359ad8b8319ff5b111219d71..1fa79cd1cc0acc6a059c4b8a0338cf3bb2206213 100644 (file)
@@ -2,9 +2,13 @@ PACKAGE = ng_refiner
 PREDICATES =
 
 INTERFACE_FILES = \
+       nDiscriminationTree.mli \
        nCicMetaSubst.mli \
+       nCicCoercion.mli \
+       nCicUnifHint.mli \
+       nRstatus.mli \
        nCicUnification.mli \
-       nCicRefiner.mli \
+       nCicRefiner.mli
 
 IMPLEMENTATION_FILES = \
   $(INTERFACE_FILES:%.mli=%.ml)