X-Git-Url: http://git.tdb.fi/?p=libs%2Fal.git;a=blobdiff_plain;f=Build;h=db2b66045e0738b7673425aa4f396bb24d3b22b6;hp=7a4ec0cadea46d9cbc6ea917d1315b976e6fea29;hb=17948408eafd48ea529acd0a70cc45fc5973cb10;hpb=5fe0e3678c36352b7c75c1dcc16ab67debe7e678 diff --git a/Build b/Build index 7a4ec0c..db2b660 100644 --- a/Build +++ b/Build @@ -7,19 +7,17 @@ package "mspal" require "openal"; require "mspcore"; - headers "msp/al" - { - source "source"; - install true; - }; - library "mspal" { source "source"; install true; + install_map + { + map "source" "include/msp/al"; + }; }; - tarball "@src" + source_tarball { source "License.txt"; };