From 0daf531f6f182f575c680fb056adc7ac92234828 Mon Sep 17 00:00:00 2001 From: Adam Tkac Date: Mon, 14 Jul 2008 09:59:40 +0000 Subject: [PATCH] Export all symbols in Xvnc to make mesa modules working git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/branches/1.5-xserver@2626 3789f03b-4d11-0410-bbf8-ca57d06f2519 --- unix/xserver/hw/vnc/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/unix/xserver/hw/vnc/Makefile.am b/unix/xserver/hw/vnc/Makefile.am index 6a1090ae..8c6948db 100644 --- a/unix/xserver/hw/vnc/Makefile.am +++ b/unix/xserver/hw/vnc/Makefile.am @@ -33,6 +33,8 @@ Xvnc_CPPFLAGS = $(XVNC_CPPFLAGS) -DNO_HW_ONLY_EXTS -DNO_MODULE_EXTS \ Xvnc_LDADD = $(XVNC_LIBS) libvnccommon.la $(COMMON_LIBS) \ $(XSERVER_LIBS) $(XSERVER_SYS_LIBS) -lX11 +Xvnc_LDFLAGS = $(LD_EXPORT_SYMBOLS_FLAG) + libvnc_la_LTLIBRARIES = libvnc.la libvnc_ladir = $(moduledir)/extensions -- 2.39.5