summaryrefslogtreecommitdiffstats
blob: 0aca8d24dd36d676aaa387123e93037560705189 (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.StaticObject(sources)
swiften_env.Append(SWIFTEN_OBJECTS = [objects])