X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fng_tactics%2FMakefile;h=e83858e7e6d790a6a52aad047c05ae3d37432c13;hb=21ee96d317a4f0e7abfe76f697defe78acc10b94;hp=f05c75e949248b73a490e1f071df376d971dec9c;hpb=3c77b701737ef41c39a5d08d76ca9071e5b1bdd7;p=helm.git diff --git a/helm/software/components/ng_tactics/Makefile b/helm/software/components/ng_tactics/Makefile index f05c75e94..e83858e7e 100644 --- a/helm/software/components/ng_tactics/Makefile +++ b/helm/software/components/ng_tactics/Makefile @@ -7,8 +7,10 @@ INTERFACE_FILES = \ nTactics.mli \ zipTree.mli \ andOrTree.mli \ + nnAuto.mli \ nAuto.mli \ - nInversion.mli + nInversion.mli \ + nDestructTac.mli IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml)