]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_unification/Makefile
no more multiple configure/Makefile, just one for both ocaml/ and matita/
[helm.git] / helm / ocaml / cic_unification / Makefile
index 26e5d4ada2c251eaf678962e5c7108ff9309354c..62be3a61c844bf4ad60cf820149599bf429d0f0f 100644 (file)
@@ -5,9 +5,9 @@ INTERFACE_FILES = \
        cicMetaSubst.mli \
        cicMkImplicit.mli \
        cicUnification.mli \
-       coercGraph.mli \
        cicRefine.mli
 IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml)
 EXTRA_OBJECTS_TO_INSTALL =
 
+include ../../Makefile.defs
 include ../Makefile.common