]> git.tdb.fi Git - libs/core.git/commitdiff
Fix the Build file so that io headers are installed
authorMikko Rasa <tdb@tdb.fi>
Mon, 13 Jun 2011 14:17:05 +0000 (17:17 +0300)
committerMikko Rasa <tdb@tdb.fi>
Mon, 13 Jun 2011 14:17:05 +0000 (17:17 +0300)
Build

diff --git a/Build b/Build
index cdd83c4cdfcd72b51f580490990e20e45243afff..740887bdfbda393f1e507a5b63fe14885cfab6be 100644 (file)
--- a/Build
+++ b/Build
@@ -55,7 +55,7 @@ package "mspcore"
 
        headers "msp/io"
        {
 
        headers "msp/io"
        {
-               source "src/io";
+               source "source/io";
                install true;
        };
 
                install true;
        };