diff options
author | Remko Tronçon <git@el-tramo.be> | 2011-03-16 19:44:04 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2011-03-16 19:45:48 (GMT) |
commit | c019d185626f6e9220f139a6e0d5543d1fc97f09 (patch) | |
tree | 499c2a66806f7d8f78a2c40c0aae8733d79162cb /Swiften | |
parent | 1b621a72d4b5f938746a61f5cab3f34e1d3470a2 (diff) | |
download | swift-c019d185626f6e9220f139a6e0d5543d1fc97f09.zip swift-c019d185626f6e9220f139a6e0d5543d1fc97f09.tar.bz2 |
Include Avahi in Swiften link line.
Diffstat (limited to 'Swiften')
-rw-r--r-- | Swiften/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Swiften/SConscript b/Swiften/SConscript index 7ee459e..7b762d6 100644 --- a/Swiften/SConscript +++ b/Swiften/SConscript @@ -6,7 +6,7 @@ Import("env") # Flags ################################################################################ -swiften_dep_modules = ["BOOST", "LIBIDN", "ZLIB", "OPENSSL", "LIBXML", "EXPAT"] +swiften_dep_modules = ["BOOST", "LIBIDN", "ZLIB", "OPENSSL", "LIBXML", "EXPAT", "AVAHI"] if env["SCONS_STAGE"] == "flags" : swiften_env = env.Clone() |