]> git.tdb.fi Git - libs/core.git/blobdiff - Build
Update svn:ignore
[libs/core.git] / Build
diff --git a/Build b/Build
index 658679200591aa63b26ccfe2af058afb9fc253c4..96b63820b4edfbc19bf404b8e2904760efc0b4ca 100644 (file)
--- a/Build
+++ b/Build
@@ -1,14 +1,18 @@
-package "msppath"
+/* $Id$ */
+
+package "mspfs"
 {
-       version "0.1";
+       version "1.0";
        description "Filesystem utilities";
 
+       tar_file "License.txt";
+
        require "mspstrings";
 
-       library "msppath"
+       library "mspfs"
        {
                source "source";
                install true;
-               install_headers "msp/path";
+               install_headers "msp/fs";
        };
 };