]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_paramodulation/Makefile
First tests for paramodulation (pretty printer, unification)
[helm.git] / helm / software / components / ng_paramodulation / Makefile
index 7eee8d511da4d84c6760de81d83e6350b7157c03..152c74a1be02ec5ccd2521482099f3699b386f13 100644 (file)
@@ -1,8 +1,8 @@
 PACKAGE = ng_paramodulation
 
 INTERFACE_FILES = \
-       terms.mli pp.mli founif.mli index.mli orderings.mli subst.mli \
-       nCicBlob.mli cicBlob.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)