X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Build;h=1ed9db85befa7188f494ecf7db832e83285b4347;hb=add5c00b0b8a184c35473c20a65fa676525cf3f8;hp=444fc30f53dae783b69e73a29d5c8234d93696b8;hpb=50e9f9ea7f7385a2c5931fca2b8fb1103078e67c;p=libs%2Fnet.git diff --git a/Build b/Build index 444fc30..1ed9db8 100644 --- a/Build +++ b/Build @@ -15,9 +15,16 @@ package "mspnet" install true; }; + headers "msp/http" + { + source "source/http"; + install true; + }; + library "mspnet" { source "source/net"; + source "source/http"; install true; };