]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_refiner/Makefile
coercions are there, but not heavily tested
[helm.git] / helm / software / components / ng_refiner / Makefile
index 0999787555bff93080bc80f84b47eb6089d54565..f3a7fba40e2d52a0e0c68d6db6e4caa6e9d3c560 100644 (file)
@@ -2,7 +2,11 @@ PACKAGE = ng_refiner
 PREDICATES =
 
 INTERFACE_FILES = \
-       nCicRefiner.mli
+       nDiscriminationTree.mli \
+       nCicMetaSubst.mli \
+       nCicCoercion.mli \
+       nCicUnification.mli \
+       nCicRefiner.mli \
 
 IMPLEMENTATION_FILES = \
   $(INTERFACE_FILES:%.mli=%.ml)