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

myenv = swiften_env.Clone()

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