]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_kernel/Makefile
fixpoint have attributes for pragma (i.e. they can be marked as projections)
[helm.git] / helm / software / components / ng_kernel / Makefile
index f4ef9a8bf8a564878d07fa6c65788b3d402cb306..d533c8f73512415d56b78279c620576279927a73 100644 (file)
@@ -8,11 +8,12 @@ INTERFACE_FILES = \
        nCicSubstitution.mli \
        oCic2NCic.mli  \
        nCic2OCic.mli \
-       nCicLibrary.mli \
        nCicEnvironment.mli \
        nCicPp.mli \
        nCicReduction.mli \
-       nCicTypeChecker.mli
+       nCicTypeChecker.mli \
+       nCicUntrusted.mli \
+       nCicLibrary.mli
 
 IMPLEMENTATION_FILES = \
   nCic.ml $(INTERFACE_FILES:%.mli=%.ml)