summaryrefslogtreecommitdiffstats
blob: 022c69550ef305a4a5b450c0444f8782909d4c61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Import("swiften_env")

myenv = swiften_env.Clone()

sources = [
		"HighLayer.cpp",
		"LowLayer.cpp",
		"StreamStack.cpp",
		"TLSLayer.cpp",
		"WhitespacePingLayer.cpp",
		"XMPPLayer.cpp",
	]

objects = myenv.SwiftenObject(sources)
swiften_env.Append(SWIFTEN_OBJECTS = [objects])