]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Fixed linking errors when bonjour was enabled.
authormacrule <562520+macrule@users.noreply.github.com>
Wed, 29 Nov 2017 17:18:53 +0000 (18:18 +0100)
committerJaroslav Kysela <perex@perex.cz>
Wed, 29 Nov 2017 19:55:06 +0000 (20:55 +0100)
SRCS-yes was reset when bonjour sources should have been added, and all previously added sources didn't get linked.

Makefile

index 52c58e43d42414e937699d49d84d9341702d2c2c..03d1c9a01e0813476486c9a3ddf324e57146a8a3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -478,7 +478,7 @@ I18N-C += $(SRCS-AVAHI)
 # Bonjour
 SRCS-BONJOUR = \
        src/bonjour.c
-SRCS-$(CONFIG_BONJOUR) = $(SRCS-BONJOUR)
+SRCS-$(CONFIG_BONJOUR) += $(SRCS-BONJOUR)
 I18N-C += $(SRCS-BONJOUR)
 
 # codecs