blob: 6b3cfd37f2dad8320c01240a672eeb2a057bc70e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
Import("swiften_env")
sources = [
"JingleSession.cpp",
"JingleSessionImpl.cpp",
"IncomingJingleSessionHandler.cpp",
"JingleSessionManager.cpp",
"JingleResponder.cpp",
]
swiften_env.Append(SWIFTEN_OBJECTS = swiften_env.SwiftenObject(sources))
|