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