summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiziano Müller <tiziano.mueller@stepping-stone.ch>2014-05-22 09:02:49 +0200
committerMarc-André Lureau <marcandre.lureau@redhat.com>2014-05-22 11:42:55 +0200
commitc56cc41d515cf61947b9716941310bf06c9c8d0f (patch)
tree423590659e97de1c41ddad3dd10bd45ed933aad9
parent1e5c0990feb47e49a14fc6942a3c5d95a283b9c4 (diff)
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.
-rw-r--r--gtk/Makefile.am1
1 files changed, 1 insertions, 0 deletions
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) \