]> matita.cs.unibo.it Git - helm.git/commitdiff
fixed modules order
authorEnrico Tassi <enrico.tassi@inria.fr>
Thu, 9 Apr 2009 10:46:26 +0000 (10:46 +0000)
committerEnrico Tassi <enrico.tassi@inria.fr>
Thu, 9 Apr 2009 10:46:26 +0000 (10:46 +0000)
helm/software/components/Makefile

index 9a1cf19b8e46ac151c932c5e3c563e95a322d50c..10c672526b6b7f8152ca9e7024d0ac2620781ade 100644 (file)
@@ -25,6 +25,7 @@ MODULES =                     \
        library                 \
        acic_content            \
        grafite                 \
+       ng_kernel               \
        ng_cic_content          \
        content_pres            \
        cic_unification         \
@@ -34,7 +35,6 @@ MODULES =                     \
        disambiguation  \
        cic_disambiguation      \
        lexicon                 \
-       ng_kernel               \
        ng_refiner              \
        ng_disambiguation       \
        grafite_parser          \