summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2010-01-11 17:35:05 (GMT)
committerRemko Tronçon <git@el-tramo.be>2010-01-11 18:00:47 (GMT)
commit9ece5e827fa308b36f18884487d34e0073870496 (patch)
tree3639b2f35f84ac030bc475564d197a0c6059ab49 /Swiften/Examples/SConscript
parent9c89de33df2cd52f19f067dff438547d27a81fe7 (diff)
downloadswift-9ece5e827fa308b36f18884487d34e0073870496.zip
swift-9ece5e827fa308b36f18884487d34e0073870496.tar.bz2
Added SendMessage script.
Diffstat (limited to 'Swiften/Examples/SConscript')
-rw-r--r--Swiften/Examples/SConscript3
1 files changed, 3 insertions, 0 deletions
diff --git a/Swiften/Examples/SConscript b/Swiften/Examples/SConscript
new file mode 100644
index 0000000..4ab80c2
--- /dev/null
+++ b/Swiften/Examples/SConscript
@@ -0,0 +1,3 @@
+SConscript(dirs = [
+ "SendMessage"
+ ])