X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fng_tactics%2FMakefile;h=e83858e7e6d790a6a52aad047c05ae3d37432c13;hb=320c0f89a7e31e996b6eff2b4165eb74e8141cec;hp=e99dd242222029ecaf0b79a2a6ac21be040627a4;hpb=ddd6560f4e70ec3306d223738a441d5f1dd3eac9;p=helm.git diff --git a/helm/software/components/ng_tactics/Makefile b/helm/software/components/ng_tactics/Makefile index e99dd2422..e83858e7e 100644 --- a/helm/software/components/ng_tactics/Makefile +++ b/helm/software/components/ng_tactics/Makefile @@ -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)