summaryrefslogtreecommitdiff
path: root/hw/kdrive/sdl
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2008-07-02 11:25:50 -0400
committerAdam Jackson <ajax@redhat.com>2008-07-02 11:25:50 -0400
commit689292e58cc5242cbfeaa29fcf65b6dcd9dfabb9 (patch)
tree210637d30c2b97cb4b186ddcbc91964a2523ddf3 /hw/kdrive/sdl
parent9a73bca859be12721ef62304b1422c455d4aec49 (diff)
Fix GLX in Xvfb and kdrive.
Diffstat (limited to 'hw/kdrive/sdl')
-rw-r--r--hw/kdrive/sdl/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/kdrive/sdl/Makefile.am b/hw/kdrive/sdl/Makefile.am
index fe9309e46..0973cb4ea 100644
--- a/hw/kdrive/sdl/Makefile.am
+++ b/hw/kdrive/sdl/Makefile.am
@@ -13,5 +13,7 @@ Xsdl_LDADD = \
Xsdl_DEPENDENCIES = @KDRIVE_LOCAL_LIBS@
+Xsdl_LDFLAGS = $(LD_EXPORT_SYMBOLS_FLAG)
+
relink:
rm -f $(bin_PROGRAMS) && make $(bin_PROGRAMS)