summaryrefslogtreecommitdiffstats
blob: 8a0a48f193690a8af60d8ab0af2d8a6ec2e74fcc (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",
])