diff options
author | Adam Tkac <atkac@redhat.com> | 2008-07-14 09:59:40 +0000 |
---|---|---|
committer | Adam Tkac <atkac@redhat.com> | 2008-07-14 09:59:40 +0000 |
commit | 0daf531f6f182f575c680fb056adc7ac92234828 (patch) | |
tree | fb5b00759db0754789c350cf38243a8b719650fd /unix | |
parent | e3522bcf2d7eb4354fd46d0af63c2cc3a8f11c78 (diff) | |
download | tigervnc-0daf531f6f182f575c680fb056adc7ac92234828.tar.gz tigervnc-0daf531f6f182f575c680fb056adc7ac92234828.zip |
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
Diffstat (limited to 'unix')
-rw-r--r-- | unix/xserver/hw/vnc/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
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 |