]> git.tdb.fi Git - libs/test.git/commitdiff
Bring the Build file up to date with Builder changes
authorMikko Rasa <tdb@tdb.fi>
Fri, 24 May 2013 12:29:10 +0000 (15:29 +0300)
committerMikko Rasa <tdb@tdb.fi>
Fri, 24 May 2013 12:29:10 +0000 (15:29 +0300)
Build

diff --git a/Build b/Build
index 07242bc43bc1b4f02611ef9e658ae40dd03d3747..9465cd5f5f720ba74cc6dd1e85b208fcf78561d4 100644 (file)
--- a/Build
+++ b/Build
@@ -5,15 +5,13 @@ package "msptest"
 
        require "mspcore";
 
-       headers "msp/test"
-       {
-               source "source";
-               install true;
-       };
-
        library "msptest"
        {
                source "source";
                install true;
+               install_map
+               {
+                       map "source" "include/msp/test";
+               };
        };
 };