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

myenv = swiften_env.Clone()

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