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

myenv = swiften_env.Clone()

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