diff options
author | Remko Tronçon <git@el-tramo.be> | 2010-09-05 12:44:38 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2010-09-05 12:45:53 (GMT) |
commit | 5b974445a8ce78ca73bdfae9a8114857e4fc3d36 (patch) | |
tree | b4743fc1f2c34472ab56e1a7b58d1e81666dbce2 /Swiften/Examples/SConscript | |
parent | c9ab4b6c41eef3ccfe6627f62e7bc085c6743a41 (diff) | |
download | swift-5b974445a8ce78ca73bdfae9a8114857e4fc3d36.zip swift-5b974445a8ce78ca73bdfae9a8114857e4fc3d36.tar.bz2 |
Added EchoBot.
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 @@ -6,4 +6,5 @@ SConscript(dirs = [ "SendMessage", "ConnectivityTest", "LinkLocalTool", + "EchoBot", ]) |