summaryrefslogtreecommitdiffstats
blob: 683447ce832c48e199f8c585409e5b8ab7336508 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
SWIFTEN_SOURCES += \
	Swiften/LinkLocal/DNSSDService.cpp \
	Swiften/LinkLocal/LinkLocalRoster.cpp \
	Swiften/LinkLocal/LinkLocalServiceInfo.cpp


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

include Swiften/LinkLocal/UnitTest/Makefile.inc