diff options
author | Remko Tronçon <git@el-tramo.be> | 2011-04-30 19:23:13 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2011-04-30 19:23:13 (GMT) |
commit | 5e5384895c0363f4b0ee7cf7dc829561a6541f74 (patch) | |
tree | 061cdd223d837b904b2501afb412733499a9e0d0 | |
parent | fac6c5b69336005a1278d1b088cc822501170c7c (diff) | |
download | swift-5e5384895c0363f4b0ee7cf7dc829561a6541f74.zip swift-5e5384895c0363f4b0ee7cf7dc829561a6541f74.tar.bz2 |
Filter out some more platform-specific headers from Swiften.h
-rw-r--r-- | Swiften/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Swiften/SConscript b/Swiften/SConscript index 62cad07..f151d3a 100644 --- a/Swiften/SConscript +++ b/Swiften/SConscript @@ -379,7 +379,7 @@ if env["SCONS_STAGE"] == "build" : continue # Library-specific files - if file.startswith("CAres") or file.startswith("LibXML") or file.startswith("Expat") : + if file.startswith("CAres") or file.startswith("LibXML") or file.startswith("Expat") or file.startswith("GConf") or file.startswith("MacOSX") or file.startswith("Windows") : continue # Specific headers we don't want to globally include |