summaryrefslogtreecommitdiffstats
blob: 788c00013dd29761c4f48378c5b8cab0d7af590f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
SWIFTEN_SOURCES += \
	Swiften/LinkLocal/DNSSDService.cpp \
	Swiften/LinkLocal/LinkLocalRoster.cpp \
	Swiften/LinkLocal/LinkLocalServiceInfo.cpp \
	Swiften/LinkLocal/IncomingLinkLocalSession.cpp \
	Swiften/LinkLocal/OutgoingLinkLocalSession.cpp \
	Swiften/LinkLocal/LinkLocalConnector.cpp

ifeq ($(MACOSX),1)
SWIFTEN_SOURCES += \
	Swiften/LinkLocal/AppleDNSSDService.cpp
endif
ifeq ($(HAVE_AVAHI),yes)
SWIFTEN_SOURCES += \
	Swiften/LinkLocal/AvahiDNSSDService.cpp
endif

include Swiften/LinkLocal/UnitTest/Makefile.inc