[project @ 2003-05-16 10:14:22 by simonmar]
authorsimonmar <unknown>
Fri, 16 May 2003 10:14:22 +0000 (10:14 +0000)
committersimonmar <unknown>
Fri, 16 May 2003 10:14:22 +0000 (10:14 +0000)
Now that we have auto packages, it makes sense to keep all the
interfaces for hierarchical libraries in the same directory tree.  So
now, instead of putting interfaces for package P in $libdir/imports/P,
we put them all in $libdir/imports.

Interfaces for old non-auto non-hierarchical packages now go in
$libdir/hslibs-imports/P for package P.

base.conf.in

index 9d97361..eb92b8c 100644 (file)
@@ -4,7 +4,7 @@ Package {
         name           = "base",
        auto           = True,
 #ifdef INSTALLING
-       import_dirs    = [ "$libdir/imports/base" ],
+       import_dirs    = [ "$libdir/imports" ],
 #else
        import_dirs    = [ "$libdir/libraries/base" ],
 #endif