[Spice-commits] gtk/Makefile.am

Marc-André Lureau elmarco at kemper.freedesktop.org
Thu May 22 02:43:04 PDT 2014


 gtk/Makefile.am |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit c56cc41d515cf61947b9716941310bf06c9c8d0f
Author: Tiziano Müller <tiziano.mueller at stepping-stone.ch>
Date:   Thu May 22 09:02:49 2014 +0200

    Add missing GIO_LIBS to libspice-client-glibs
    
    If spice-gtk is built without PHODAV, libgio is missing from the list of
    libraries to link against, causing undefined symbols for all gio functions.

diff --git a/gtk/Makefile.am b/gtk/Makefile.am
index 8da1a11..f70f821 100644
--- a/gtk/Makefile.am
+++ b/gtk/Makefile.am
@@ -189,6 +189,7 @@ libspice_client_glib_2_0_la_LIBADD =					\
 	$(top_builddir)/spice-common/common/libspice-common-client.la	\
 	$(GLIB2_LIBS)							\
 	$(SOUP_LIBS)							\
+	$(GIO_LIBS)							\
 	$(GOBJECT2_LIBS)						\
 	$(CELT051_LIBS)							\
 	$(OPUS_LIBS)							\


More information about the Spice-commits mailing list