[Spice-devel] [client] spicy-stats: spicy-stats uses libgobject so link with it

Francois Gouget fgouget at codeweavers.com
Fri Feb 24 11:26:42 UTC 2017


This avoids having the linker complain that g_signal_connect_data() or
some other GObject API is undefined.

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
 tools/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/Makefile.am b/tools/Makefile.am
index e41e0ab5..c80d34ae 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -61,6 +61,7 @@ spicy_stats_SOURCES =			\
 
 spicy_stats_LDADD =			\
 	$(top_builddir)/src/libspice-client-glib-2.0.la	\
+	$(GOBJECT2_LIBS) \
 	$(NULL)
 
 spicy_stats_CPPFLAGS =			\
-- 
2.11.0


More information about the Spice-devel mailing list