diff options
Diffstat (limited to 'Swiften/SASL/SConscript')
| -rw-r--r-- | Swiften/SASL/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Swiften/SASL/SConscript b/Swiften/SASL/SConscript index de50911..7e1fd07 100644 --- a/Swiften/SASL/SConscript +++ b/Swiften/SASL/SConscript | |||
| @@ -15,6 +15,7 @@ if myenv["PLATFORM"] == "win32" : | |||
| 15 | objects += myenv.SwiftenObject([ | 15 | objects += myenv.SwiftenObject([ |
| 16 | "WindowsServicePrincipalName.cpp", | 16 | "WindowsServicePrincipalName.cpp", |
| 17 | "WindowsAuthentication.cpp", | 17 | "WindowsAuthentication.cpp", |
| 18 | "WindowsGSSAPIClientAuthenticator.cpp" | ||
| 18 | ]) | 19 | ]) |
| 19 | 20 | ||
| 20 | swiften_env.Append(SWIFTEN_OBJECTS = [objects]) | 21 | swiften_env.Append(SWIFTEN_OBJECTS = [objects]) |
Swift