]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_tactics/Makefile
new data structures for auto
[helm.git] / helm / software / components / ng_tactics / Makefile
index 139f27288bd8084ec3a62c955e3fff3561492861..f05c75e949248b73a490e1f071df376d971dec9c 100644 (file)
@@ -3,8 +3,12 @@ PACKAGE = ng_tactics
 INTERFACE_FILES = \
        nCicTacReduction.mli \
        nTacStatus.mli \
+       nCicElim.mli \
        nTactics.mli \
-       nCicElim.mli
+       zipTree.mli \
+       andOrTree.mli \
+       nAuto.mli \
+       nInversion.mli
 
 IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml)