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