X-Git-Url: http://git.tdb.fi/?p=libs%2Fmath.git;a=blobdiff_plain;f=Build;h=62e7375baa3202bc77181c7db4342eb9b0f4b10f;hp=51f75b92bd910b4e6efe4f0d5d9a0bd7e7053295;hb=07a1aaf95d6a9e7e0ade2a10cc4e4b7f91486f98;hpb=4d9e2d03503ba3d90633d2acdaadf64869bf2ab4 diff --git a/Build b/Build index 51f75b9..62e7375 100644 --- a/Build +++ b/Build @@ -1,12 +1,13 @@ -package "msplinal" +package "mspmath" { - library "msplinal" + library "mspmath" { - source "source"; + source "source/linal"; + source "source/geometry"; install true; install_map { - map "source" "include/msp/linal"; + map "source" "include/msp"; }; }; };