]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_tactics/Makefile
Bug fixed: restrict used to take the list of positions to be restricted, but
[helm.git] / helm / software / components / ng_tactics / Makefile
index b3d2bf06918fd9ebd5631f38df7157dcd8852d57..f05c75e949248b73a490e1f071df376d971dec9c 100644 (file)
@@ -4,8 +4,10 @@ INTERFACE_FILES = \
        nCicTacReduction.mli \
        nTacStatus.mli \
        nCicElim.mli \
-       nAuto.mli \
        nTactics.mli \
+       zipTree.mli \
+       andOrTree.mli \
+       nAuto.mli \
        nInversion.mli
 
 IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml)