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