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

sources = [
		"IncomingJingleSession.cpp",
		"IncomingJingleSessionHandler.cpp",
		"JingleSessionManager.cpp",	
		"JingleResponder.cpp",
		"JingleSession.cpp",
	]

swiften_env.Append(SWIFTEN_OBJECTS = swiften_env.StaticObject(sources))