summaryrefslogtreecommitdiffstats
path: root/dnssd/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dnssd/CMakeLists.txt')
-rw-r--r--dnssd/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/dnssd/CMakeLists.txt b/dnssd/CMakeLists.txt
index 01359672f..844ee16f4 100644
--- a/dnssd/CMakeLists.txt
+++ b/dnssd/CMakeLists.txt
@@ -44,7 +44,7 @@ set( ${target}_SRCS
tde_add_library( ${target} SHARED AUTOMOC
SOURCES ${${target}_SRCS}
VERSION 1.0.0
- LINK tdecore-shared
+ LINK tdecore-shared ${AVAHI_TQT_LIBRARIES} ${AVAHI_CLIENT_LIBRARIES}
DEPENDENCIES tdeconfig_compiler
DESTINATION ${LIB_INSTALL_DIR}
)