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

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

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