]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_paramodulation/Makefile
Fixed conflicts due to problem when merging with UEQ implementation
[helm.git] / helm / software / components / ng_paramodulation / Makefile
index d6a970b20ca4f65ed7a64d352615814f63a5ee2f..6196ab1f9210fc6b135e6c98db10acc0de744635 100644 (file)
@@ -3,7 +3,8 @@ PACKAGE = ng_paramodulation
 INTERFACE_FILES = \
        terms.mli pp.mli foSubst.mli \
        orderings.mli foUtils.mli foUnif.mli index.mli superposition.mli \
-       nCicBlob.mli cicBlob.mli paramod.mli
+       stats.mli paramod.mli nCicBlob.mli cicBlob.mli nCicProof.mli \
+       nCicParamod.mli
 
 IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml)