diff options
author | Remko Tronçon <git@el-tramo.be> | 2010-10-09 16:32:50 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2010-10-09 22:33:20 (GMT) |
commit | dc951ebf7e4ab6fce39f16687be1e93f8140b71f (patch) | |
tree | 4eee56d72b8773049522fbaff8d9fb1ee0a5c978 /Swiften/SConscript | |
parent | 64ab77e910579bce3fe99b107a82753a7f32d77c (diff) | |
download | swift-dc951ebf7e4ab6fce39f16687be1e93f8140b71f.zip swift-dc951ebf7e4ab6fce39f16687be1e93f8140b71f.tar.bz2 |
Moved Application from Swiften into SwifTools.
Diffstat (limited to 'Swiften/SConscript')
-rw-r--r-- | Swiften/SConscript | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Swiften/SConscript b/Swiften/SConscript index 7665fb0..ace9ab7 100644 --- a/Swiften/SConscript +++ b/Swiften/SConscript @@ -120,7 +120,6 @@ if env["SCONS_STAGE"] == "build" : "Base", "StringPrep", "SASL", - "Application", "EventLoop", "Parser", "JID", @@ -142,7 +141,6 @@ if env["SCONS_STAGE"] == "build" : myenv.StaticLibrary("Swiften", sources + swiften_env["SWIFTEN_OBJECTS"]) env.Append(UNITTEST_SOURCES = [ - File("Application/UnitTest/ApplicationPathProviderTest.cpp"), File("Avatars/UnitTest/VCardUpdateAvatarManagerTest.cpp"), File("Avatars/UnitTest/VCardAvatarManagerTest.cpp"), File("Avatars/UnitTest/CombinedAvatarProviderTest.cpp"), @@ -261,4 +259,4 @@ if env["SCONS_STAGE"] == "build" : swiften_header += "#include \"" + os.path.relpath(os.path.join(root, file), top_path) + "\"\n" for file in ["EventLoop/SimpleEventLoop.h"] : swiften_header += "#include \"Swiften/" + file + "\"\n" - swiften_env.WriteVal("Swiften.h", swiften_env.Value(swiften_header))
\ No newline at end of file + swiften_env.WriteVal("Swiften.h", swiften_env.Value(swiften_header)) |