X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Build;h=db2b66045e0738b7673425aa4f396bb24d3b22b6;hb=ef9906f379e066cb9c754853a3cc771e8e881356;hp=7a4ec0cadea46d9cbc6ea917d1315b976e6fea29;hpb=e234533bcbf344880666599f7cdf15b131bbbe77;p=libs%2Fal.git 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"; };