]> git.tdb.fi Git - libs/core.git/blobdiff - Build
Bump version to 1.1
[libs/core.git] / Build
diff --git a/Build b/Build
index 04490594263506c819efa0430d94b7da488cda4b..b0e5881e9e96cae6f0b472ca51a43a8c071c320e 100644 (file)
--- a/Build
+++ b/Build
@@ -1,16 +1,27 @@
 /* $Id$ */
 
-package "msppath"
+package "mspfs"
 {
-       version "0.1";
+       version "1.1";
        description "Filesystem utilities";
 
        require "mspstrings";
 
-       library "msppath"
+       headers "msp/fs"
        {
                source "source";
                install true;
-               install_headers "msp/path";
+       };
+
+       library "mspfs"
+       {
+               source "source";
+               install true;
+       };
+
+       tarball "@src"
+       {
+               source "Changelog.txt";
+               source "License.txt";
        };
 };