diff options
Diffstat (limited to 'modules/remote-filesystem/examples/SConscript')
-rw-r--r-- | modules/remote-filesystem/examples/SConscript | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/remote-filesystem/examples/SConscript b/modules/remote-filesystem/examples/SConscript index 3e039b7..1a4d022 100644 --- a/modules/remote-filesystem/examples/SConscript +++ b/modules/remote-filesystem/examples/SConscript @@ -30,7 +30,8 @@ examples_env.remote_file_read = examples_env.Program('#bin/remote_read_file', [e # Set Alias env.examples = [ #, examples_env.echo_server - examples_env.remote_file_write + examples_env.remote_file_write, + examples_env.remote_file_read ]; env.Alias('examples', env.examples); |