blob: 538eb4a0e646bdfc2f269cd6ea3b65b6f4569116 (
plain)
1
2
3
4
5
6
7
8
|
Import("swiften_env")
objects = swiften_env.StaticObject([
"VCardStorage.cpp",
"VCardFileStorage.cpp",
"VCardStorageFactory.cpp",
])
swiften_env.Append(SWIFTEN_OBJECTS = [objects])
|