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

myenv = swiften_env.Clone()

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