[Spice-commits] gtk/Makefile.am

Christophe Fergau teuf at kemper.freedesktop.org
Tue Sep 11 06:16:28 PDT 2012


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

New commits:
commit df49129c9ee14ada3c6bcb45fc72057255bd0d9a
Author: Christophe Fergeau <cfergeau at redhat.com>
Date:   Mon Sep 10 14:49:44 2012 +0200

    build-sys: Fix symbol versioning
    
    My changes in bug 5bf72a2e had a typo which broke symbol versioning
    of libspice-client-gtk.so when -Wl,--version-script is available...

diff --git a/gtk/Makefile.am b/gtk/Makefile.am
index 928f914..06cc6e1 100644
--- a/gtk/Makefile.am
+++ b/gtk/Makefile.am
@@ -58,7 +58,7 @@ endif
 
 if HAVE_LD_VERSION_SCRIPT
 GLIB_VERSION_LDFLAGS = -Wl,--version-script=${srcdir}/map-file
-GTK_VERSION_LD_FLAGS = $(GLIB_VERSION_LDFLAGS)
+GTK_VERSION_LDFLAGS = $(GLIB_VERSION_LDFLAGS)
 else
 GLIB_VERSION_LDFLAGS = -export-symbols ${srcdir}/spice-glib-sym-file
 GTK_VERSION_LDFLAGS = -export-symbols ${srcdir}/spice-gtk-sym-file


More information about the Spice-commits mailing list