summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/Notifier/Makefile.inc')
-rw-r--r--Swiften/Notifier/Makefile.inc7
1 files changed, 7 insertions, 0 deletions
diff --git a/Swiften/Notifier/Makefile.inc b/Swiften/Notifier/Makefile.inc
new file mode 100644
index 0000000..6d7e79a
--- /dev/null
+++ b/Swiften/Notifier/Makefile.inc
@@ -0,0 +1,7 @@
+SWIFTEN_SOURCES += \
+ Swiften/Notifier/Notifier.cpp
+
+ifeq ($(HAVE_GROWL),yes)
+ SWIFTEN_SOURCES += \
+ Swiften/Notifier/GrowlNotifier.cpp
+endif