]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_paramodulation/Makefile
some renaming to make ocamlopt happy
[helm.git] / helm / software / components / ng_paramodulation / Makefile
index 152c74a1be02ec5ccd2521482099f3699b386f13..a48753c4ab4e2111ad58b3c05c664bf5a0854166 100644 (file)
@@ -1,7 +1,7 @@
 PACKAGE = ng_paramodulation
 
 INTERFACE_FILES = \
-       terms.mli pp.mli fosubst.mli founif.mli index.mli orderings.mli \
+       terms.mli pp.mli foSubst.mli foUnif.mli index.mli orderings.mli \
        nCicBlob.mli cicBlob.mli paramod.mli
 
 IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml)