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