summaryrefslogtreecommitdiff
path: root/hw/vfb
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/vfb
parent9a73bca859be12721ef62304b1422c455d4aec49 (diff)
Fix GLX in Xvfb and kdrive.
Diffstat (limited to 'hw/vfb')
-rw-r--r--hw/vfb/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/vfb/Makefile.am b/hw/vfb/Makefile.am
index 9ceecccc0..a4a120a05 100644
--- a/hw/vfb/Makefile.am
+++ b/hw/vfb/Makefile.am
@@ -26,6 +26,7 @@ XVFB_LIBS = \
Xvfb_LDADD = $(XVFB_LIBS) $(XVFB_SYS_LIBS) $(XSERVER_SYS_LIBS)
Xvfb_DEPENDENCIES = $(XVFB_LIBS)
+Xvfb_LDFLAGS = $(LD_EXPORT_SYMBOLS_FLAG)
# Man page
include $(top_srcdir)/cpprules.in