]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_refiner/Makefile
hints work better now
[helm.git] / helm / software / components / ng_refiner / Makefile
index a59a0a2105a3d3c074621b21d4a3195335695a24..1b2c293bc0858eb47e1cde5c6426306a52d31158 100644 (file)
@@ -2,7 +2,12 @@ PACKAGE = ng_refiner
 PREDICATES =
 
 INTERFACE_FILES = \
-       nRefiner.mli
+       nDiscriminationTree.mli \
+       nCicMetaSubst.mli \
+       nCicCoercion.mli \
+       nCicUnifHint.mli \
+       nCicUnification.mli \
+       nCicRefiner.mli
 
 IMPLEMENTATION_FILES = \
   $(INTERFACE_FILES:%.mli=%.ml)