summaryrefslogtreecommitdiffstats
blob: 6d86575a69652cbba6056c4c38d1aead7c9d044a (plain)
1
2
3
4
5
6
7
8
Import("swiften_env")

sources = [
		"ComponentHandshakeGenerator.cpp",
		"ComponentConnector.cpp",
	]

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