]> git.tdb.fi Git - libs/core.git/blobdiff - Build
Put examples in their own directory
[libs/core.git] / Build
diff --git a/Build b/Build
index b82fdec9d915cb2f3347c600e9d2cf0c1e1bd8bf..318f3414df20eae3cecb296bce4be288fb5e2b19 100644 (file)
--- a/Build
+++ b/Build
@@ -77,7 +77,7 @@ package "mspcore"
 
        program "grep"
        {
-               source "grep.cpp";
+               source "examples/grep.cpp";
                build_info
                {
                        library "mspcore";
@@ -86,7 +86,7 @@ package "mspcore"
 
        program "transcode"
        {
-               source "transcode.cpp";
+               source "examples/transcode.cpp";
                build_info
                {
                        library "mspcore";