From ab53fc48ebffedd6121cdcee1b4aeb05f79a6ec6 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Fri, 21 Sep 2018 13:39:45 +0100 Subject: [PATCH] examples - fix avahi examples to compile add links to avahi system client libs. --- src/examples/ecore_avahi.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/examples/ecore_avahi.mk b/src/examples/ecore_avahi.mk index b2af5e8774..47fc8ab668 100644 --- a/src/examples/ecore_avahi.mk +++ b/src/examples/ecore_avahi.mk @@ -17,3 +17,6 @@ uninstall-local-ecoreavahi: INSTALL_EXAMPLES += install-examples-ecoreavahi UNINSTALL_EXAMPLES += uninstall-local-ecoreavahi + +LDADD += @AVAHI_CLIENT_LIBS@ +