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

sources = [
		"OutgoingFileTransfer.cpp",
		"ReadBytestream.cpp",
		"FileReadBytestream.cpp",
		"SOCKS5BytestreamServer.cpp",
		"SOCKS5BytestreamServerSession.cpp",
		"SOCKS5BytestreamRegistry.cpp",
		"IBBSendSession.cpp",
	]

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