X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fng_paramodulation%2FMakefile;h=6fff2162c7f60ea9cfbab8311d3eabea75dd042c;hb=36270146f49052f621553b0b45afe23813ed7e64;hp=152c74a1be02ec5ccd2521482099f3699b386f13;hpb=b97a7976503b2d2e5cbc9199f848135a324775a8;p=helm.git diff --git a/helm/software/components/ng_paramodulation/Makefile b/helm/software/components/ng_paramodulation/Makefile index 152c74a1b..6fff2162c 100644 --- a/helm/software/components/ng_paramodulation/Makefile +++ b/helm/software/components/ng_paramodulation/Makefile @@ -1,7 +1,8 @@ PACKAGE = ng_paramodulation INTERFACE_FILES = \ - terms.mli pp.mli fosubst.mli founif.mli index.mli orderings.mli \ + terms.mli pp.mli foSubst.mli \ + orderings.mli foUtils.mli index.mli foUnif.mli superposition.mli \ nCicBlob.mli cicBlob.mli paramod.mli IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml)