diff options
author | Adam Tkac <atkac@redhat.com> | 2010-05-18 13:48:02 +0000 |
---|---|---|
committer | Adam Tkac <atkac@redhat.com> | 2010-05-18 13:48:02 +0000 |
commit | e2c321d3afc8a073c5e23c8655f9caaa52f74433 (patch) | |
tree | e75d25900c6810cd054e5e6e74c15e100b3f7b85 /unix/xserver | |
parent | 54d1c0f70fc09cb3b8927003a88d03630eb30591 (diff) | |
download | tigervnc-e2c321d3afc8a073c5e23c8655f9caaa52f74433.tar.gz tigervnc-e2c321d3afc8a073c5e23c8655f9caaa52f74433.zip |
[Bugfix] Don't link libvnc.so against libXi.la, libdix.la and libxkb.la; use
symbols from Xorg binary instead.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4058 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'unix/xserver')
-rw-r--r-- | unix/xserver/hw/vnc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/xserver/hw/vnc/Makefile.am b/unix/xserver/hw/vnc/Makefile.am index 5245406e..4d5a1181 100644 --- a/unix/xserver/hw/vnc/Makefile.am +++ b/unix/xserver/hw/vnc/Makefile.am @@ -52,7 +52,7 @@ libvnc_la_CPPFLAGS = $(XVNC_CPPFLAGS) -I$(TIGERVNC_SRCDIR)/common -UHAVE_CONFIG_ libvnc_la_LDFLAGS = -module -avoid-version -libvnc_la_LIBADD = libvnccommon.la $(COMMON_LIBS) $(LIBVNC_LIBS) +libvnc_la_LIBADD = libvnccommon.la $(COMMON_LIBS) EXTRA_DIST = Xvnc.man |