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

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

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