]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_paramodulation/Makefile
Fixed typo in lpo (from old implementation)
[helm.git] / helm / software / components / ng_paramodulation / Makefile
index ceda256925282657258361620a22ad66adc45e4a..a8d0b8ea9f07ae53c0ea99da97f24661fcd5e97d 100644 (file)
@@ -1,9 +1,9 @@
 PACKAGE = ng_paramodulation
 
 INTERFACE_FILES = \
-       terms.mli pp.mli foSubst.mli foUtils.mli \
-       foUnif.mli index.mli orderings.mli superposition.mli \
-       nCicBlob.mli cicBlob.mli paramod.mli
+       terms.mli pp.mli foSubst.mli \
+       orderings.mli foUtils.mli index.mli foUnif.mli superposition.mli \
+       paramod.mli nCicBlob.mli cicBlob.mli nCicProof.mli nCicParamod.mli
 
 IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml)