blob: 601cba2528b53762e4e91d4eb51286309bbb3800 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
Import("swiften_env")
myenv = swiften_env.Clone()
SConscript(dirs = [
"SendMessage",
"SendFile",
"ConnectivityTest",
"LinkLocalTool",
"NetworkTool",
"ParserTester",
"BenchTool",
"MUCListAndJoin",
])
|