summaryrefslogtreecommitdiffstats
blob: 9b9a35a579949db2ac8570087ec72c9643007d9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Import("swiften_env")

myenv = swiften_env.Clone()

SConscript(dirs = [
	"SendMessage",
	"SendFile",
	"ConnectivityTest",
	"LinkLocalTool",
	"ParserTester",
	"BenchTool",
])