X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fng_tactics%2FMakefile;h=bbcb9f6743ca77cac342a961964471dd809fcba6;hb=ef300bfb0dce70eeb4a470532b474387f25ca369;hp=1db1ad6e76f975b9f4bc5340f86a39d4a77e1f05;hpb=39fb4421e9bea7f21f46c2fa1145c248c08d16b6;p=helm.git diff --git a/helm/software/components/ng_tactics/Makefile b/helm/software/components/ng_tactics/Makefile index 1db1ad6e7..bbcb9f674 100644 --- a/helm/software/components/ng_tactics/Makefile +++ b/helm/software/components/ng_tactics/Makefile @@ -5,7 +5,11 @@ INTERFACE_FILES = \ nTacStatus.mli \ nCicElim.mli \ nTactics.mli \ + zipTree.mli \ + andOrTree.mli \ + nnAuto.mli \ nAuto.mli \ + nDestructTac.mli \ nInversion.mli IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml)