X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcomponents%2Fng_kernel%2FMakefile;h=6bca07465a642293d38abc6ae5bbf4d89ff599c6;hb=0d640fb063fd7faed55d2c701a0c905bf86d4bfa;hp=3cacb50d17c35068664691c64f5f148ed0a3e2c5;hpb=2c01ff6094173915e7023076ea48b5804dca7778;p=helm.git diff --git a/matita/components/ng_kernel/Makefile b/matita/components/ng_kernel/Makefile index 3cacb50d1..6bca07465 100644 --- a/matita/components/ng_kernel/Makefile +++ b/matita/components/ng_kernel/Makefile @@ -7,10 +7,11 @@ INTERFACE_FILES = \ nCicUtils.mli \ nCicSubstitution.mli \ nCicEnvironment.mli \ - nCicPp.mli \ nCicReduction.mli \ nCicTypeChecker.mli \ - nCicUntrusted.mli + nCicUntrusted.mli \ + nCicPp.mli \ + nCicExtraction.mli IMPLEMENTATION_FILES = \ nCic.ml $(INTERFACE_FILES:%.mli=%.ml)