diff options
author | Kevin Smith <git@kismith.co.uk> | 2012-09-01 19:15:46 (GMT) |
---|---|---|
committer | Kevin Smith <git@kismith.co.uk> | 2012-09-01 19:16:16 (GMT) |
commit | 903f044aea9c7b356c072bc85379d0e9825929d3 (patch) | |
tree | 6aa3da086c2a697c80da4add98e52e443bfcae18 /Swiften/SConscript | |
parent | 9bc48bf7e580a2a0962e9f62069f061315f1b3f2 (diff) | |
download | swift-contrib-903f044aea9c7b356c072bc85379d0e9825929d3.zip swift-contrib-903f044aea9c7b356c072bc85379d0e9825929d3.tar.bz2 |
Move async into its own module so it'll work with system sqlite too
Diffstat (limited to 'Swiften/SConscript')
-rw-r--r-- | Swiften/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Swiften/SConscript b/Swiften/SConscript index 7e8eb9e..2414d1c 100644 --- a/Swiften/SConscript +++ b/Swiften/SConscript @@ -6,7 +6,7 @@ Import("env") # Flags ################################################################################ -swiften_dep_modules = ["BOOST", "GCONF", "ICU", "LIBIDN", "ZLIB", "OPENSSL", "LIBXML", "EXPAT", "AVAHI", "LIBMINIUPNPC", "LIBNATPMP", "SQLITE"] +swiften_dep_modules = ["BOOST", "GCONF", "ICU", "LIBIDN", "ZLIB", "OPENSSL", "LIBXML", "EXPAT", "AVAHI", "LIBMINIUPNPC", "LIBNATPMP", "SQLITE", "SQLITE_ASYNC"] if env["SCONS_STAGE"] == "flags" : env["SWIFTEN_DLL"] = ARGUMENTS.get("swiften_dll") |