summaryrefslogtreecommitdiffstats
blob: 2553ac6752530782944cd67481055362990154f4 (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))