]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_tactics/Makefile
Invocation of paramod
[helm.git] / helm / software / components / ng_tactics / Makefile
index 3bc9fafcc17c654f3fc603edb5664ad2844b5b45..e83858e7e6d790a6a52aad047c05ae3d37432c13 100644 (file)
@@ -6,8 +6,11 @@ INTERFACE_FILES = \
        nCicElim.mli \
        nTactics.mli \
        zipTree.mli \
+       andOrTree.mli \
+        nnAuto.mli \
        nAuto.mli \
-       nInversion.mli
+       nInversion.mli \
+       nDestructTac.mli
 
 IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml)