diff options
author | Remko Tronçon <git@el-tramo.be> | 2011-12-23 22:35:52 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2011-12-23 22:43:52 (GMT) |
commit | 5862dcdf8dc6e1bb160693ad6a5ca0609ddb990a (patch) | |
tree | 0f999c987daef5468eae9e2b8e7cd6ddf3c2c110 /SwifTools/Notifier/SConscript | |
parent | 732253a9b3e88b99b36dd3298157cf502f743294 (diff) | |
download | swift-5862dcdf8dc6e1bb160693ad6a5ca0609ddb990a.zip swift-5862dcdf8dc6e1bb160693ad6a5ca0609ddb990a.tar.bz2 |
Updated Growl notifier to work against Growl 1.3.
Diffstat (limited to 'SwifTools/Notifier/SConscript')
-rw-r--r-- | SwifTools/Notifier/SConscript | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/SwifTools/Notifier/SConscript b/SwifTools/Notifier/SConscript index 9ad2fd7..98b5400 100644 --- a/SwifTools/Notifier/SConscript +++ b/SwifTools/Notifier/SConscript @@ -8,7 +8,8 @@ sources = [ if swiftools_env.get("HAVE_GROWL", False) : sources += [ - "GrowlNotifier.cpp", + "GrowlNotifier.mm", + "GrowlNotifierDelegate.mm", ] if swiftools_env.get("HAVE_SNARL", False) : myenv.MergeFlags(myenv["SNARL_FLAGS"]) |