summaryrefslogtreecommitdiffstats
blob: 6d7e79a7cf62544310fa9ab7f1e1398cf377b3b2 (plain)
1
2
3
4
5
6
7
SWIFTEN_SOURCES += \
	Swiften/Notifier/Notifier.cpp

ifeq ($(HAVE_GROWL),yes)
	SWIFTEN_SOURCES += \
		Swiften/Notifier/GrowlNotifier.cpp
endif