diff options
author | Adam Jackson <ajax@redhat.com> | 2008-07-02 11:25:50 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-07-02 11:25:50 -0400 |
commit | 689292e58cc5242cbfeaa29fcf65b6dcd9dfabb9 (patch) | |
tree | 210637d30c2b97cb4b186ddcbc91964a2523ddf3 /hw/kdrive/vesa | |
parent | 9a73bca859be12721ef62304b1422c455d4aec49 (diff) |
Fix GLX in Xvfb and kdrive.
Diffstat (limited to 'hw/kdrive/vesa')
-rw-r--r-- | hw/kdrive/vesa/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/kdrive/vesa/Makefile.am b/hw/kdrive/vesa/Makefile.am index ac50d2bf5..4225dcfbc 100644 --- a/hw/kdrive/vesa/Makefile.am +++ b/hw/kdrive/vesa/Makefile.am @@ -27,5 +27,7 @@ Xvesa_DEPENDENCIES = \ libvesa.a \ @KDRIVE_LOCAL_LIBS@ +Xvesa_LDFLAGS = $(LD_EXPORT_SYMBOLS_FLAG) + relink: rm -f $(bin_PROGRAMS) && make $(bin_PROGRAMS) |