blob: ef5700caf60904a74b8eafe69bb811bf20866d19 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Import("swiften_env")
sources = [
"ComponentHandshakeGenerator.cpp",
"ComponentConnector.cpp",
"ComponentSession.cpp",
"ComponentSessionStanzaChannel.cpp",
"CoreComponent.cpp",
"Component.cpp",
"ComponentXMLTracer.cpp",
]
swiften_env.Append(SWIFTEN_OBJECTS = swiften_env.SwiftenObject(sources))
|