]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_tactics/Makefile
Fixed a few bugs
[helm.git] / helm / software / components / ng_tactics / Makefile
index e99dd242222029ecaf0b79a2a6ac21be040627a4..e83858e7e6d790a6a52aad047c05ae3d37432c13 100644 (file)
@@ -5,7 +5,12 @@ INTERFACE_FILES = \
        nTacStatus.mli \
        nCicElim.mli \
        nTactics.mli \
-       nInversion.mli
+       zipTree.mli \
+       andOrTree.mli \
+        nnAuto.mli \
+       nAuto.mli \
+       nInversion.mli \
+       nDestructTac.mli
 
 IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml)