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