]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/gTopLevel/Makefile
1. helmns and domImpl moved to the misc module ;-(
[helm.git] / helm / gTopLevel / Makefile
index d0210e087158df9310685953bc368eb9ce6a632a..c3626bcd038c46de8fd134cf1714a6f38e8da293 100644 (file)
@@ -22,13 +22,13 @@ DEPOBJS = \
        sequentPp.ml sequentPp.mli mQueryGenerator.mli mQueryLevels.ml \
        mQueryLevels2.mli mQueryLevels2.ml mQueryGenerator.ml misc.ml misc.mli \
         disambiguate.ml disambiguate.mli termEditor.ml termEditor.mli \
-        gTopLevel.ml
+        applyStylesheets.ml applyStylesheets.mli gTopLevel.ml
 
 TOPLEVELOBJS = \
        xml2Gdome.cmo proofEngine.cmo doubleTypeInference.cmo cic2acic.cmo \
        cic2Xml.cmo logicalOperations.cmo sequentPp.cmo mQueryLevels.cmo \
        mQueryLevels2.cmo mQueryGenerator.cmo misc.cmo disambiguate.cmo \
-       termEditor.cmo gTopLevel.cmo
+       termEditor.cmo applyStylesheets.cmo gTopLevel.cmo
 
 depend:
        $(OCAMLDEP) $(DEPOBJS) > .depend