]> git.tdb.fi Git - libs/math.git/blobdiff - Build
Rename the library to mspmath and make linal a sublibrary
[libs/math.git] / Build
diff --git a/Build b/Build
index 51f75b92bd910b4e6efe4f0d5d9a0bd7e7053295..517bb2d30f831a4cacf0e7cd662dfe0aff2c2fa2 100644 (file)
--- a/Build
+++ b/Build
@@ -1,12 +1,12 @@
-package "msplinal"
+package "mspmath"
 {
-       library "msplinal"
+       library "mspmath"
        {
-               source "source";
+               source "source/linal";
                install true;
                install_map
                {
-                       map "source" "include/msp/linal";
+                       map "source" "include/msp";
                };
        };
 };