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/fbdev/Makefile.am | |
parent | 9a73bca859be12721ef62304b1422c455d4aec49 (diff) |
Fix GLX in Xvfb and kdrive.
Diffstat (limited to 'hw/kdrive/fbdev/Makefile.am')
-rw-r--r-- | hw/kdrive/fbdev/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/kdrive/fbdev/Makefile.am b/hw/kdrive/fbdev/Makefile.am index 420855b8d..cb1292802 100644 --- a/hw/kdrive/fbdev/Makefile.am +++ b/hw/kdrive/fbdev/Makefile.am @@ -22,6 +22,8 @@ Xfbdev_DEPENDENCIES = \ libfbdev.a \ $(KDRIVE_PURE_LIBS) +Xfbdev_LDFLAGS = $(LD_EXPORT_SYMBOLS_FLAG) + relink: rm -f $(bin_PROGRAMS) && make $(bin_PROGRAMS) endif |