diff options
Diffstat (limited to 'Swiften/Examples/SConscript')
| -rw-r--r-- | Swiften/Examples/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Swiften/Examples/SConscript b/Swiften/Examples/SConscript index 1a06df2..1c95e85 100644 --- a/Swiften/Examples/SConscript +++ b/Swiften/Examples/SConscript | |||
| @@ -4,6 +4,7 @@ myenv = swiften_env.Clone() | |||
| 4 | 4 | ||
| 5 | SConscript(dirs = [ | 5 | SConscript(dirs = [ |
| 6 | "SendMessage", | 6 | "SendMessage", |
| 7 | "ConnectivityTest", | 7 | "ConnectivityTest", |
| 8 | "LinkLocalTool", | 8 | "LinkLocalTool", |
| 9 | "EchoBot", | ||
| 9 | ]) | 10 | ]) |
Swift