X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fng_tactics%2FMakefile;h=1db1ad6e76f975b9f4bc5340f86a39d4a77e1f05;hb=dfee894b6cc036014bbbf1f508621840f44144d7;hp=64765023d1da993159a36ac3bc9ce05f593dca86;hpb=b225178112c2c5ef1a717ac7e647d854d94b2e52;p=helm.git diff --git a/helm/software/components/ng_tactics/Makefile b/helm/software/components/ng_tactics/Makefile index 64765023d..1db1ad6e7 100644 --- a/helm/software/components/ng_tactics/Makefile +++ b/helm/software/components/ng_tactics/Makefile @@ -1,7 +1,12 @@ PACKAGE = ng_tactics INTERFACE_FILES = \ - nTactics.mli + nCicTacReduction.mli \ + nTacStatus.mli \ + nCicElim.mli \ + nTactics.mli \ + nAuto.mli \ + nInversion.mli IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml)