Magellan Linux

Contents of /trunk/vnc/patches/vnc-server-autotools.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 153 - (show annotations) (download)
Tue May 8 20:52:56 2007 UTC (17 years ago) by niro
File size: 918 byte(s)
-import

1 --- unix/xorg-x11-server-source/hw/vnc/Makefile.am.autotools 2007-02-16 09:52:43.000000000 +0100
2 +++ unix/xorg-x11-server-source/hw/vnc/Makefile.am 2007-02-16 09:53:24.000000000 +0100
3 @@ -42,10 +42,7 @@
4 ../xfree86/common/libcommon.la \
5 -lX11 \
6 libvnccommon.la \
7 - ../../../../common/rfb/librfb.a \
8 - ../../../../common/rdr/librdr.a \
9 - ../../../../common/network/libnetwork.a \
10 - ../../../../common/Xregion/libXregion.a
11 + ../../../../common/rfb/librfb.la
12
13 Xvnc_CFLAGS = -DHAVE_DIX_CONFIG_H \
14 -DNO_HW_ONLY_EXTS \
15 @@ -68,10 +65,7 @@
16 libvnc_la_SOURCES = xf86vncModule.cc
17 libvnc_la_LIBADD = \
18 libvnccommon.la \
19 - ../../../../common/rfb/librfb.a \
20 - ../../../../common/rdr/librdr.a \
21 - ../../../../common/network/libnetwork.a \
22 - ../../../../common/Xregion/libXregion.a
23 + ../../../../common/rfb/librfb.la
24 libvnc_la_CXXFLAGS = \
25 -I../../../../common \
26 -I$(top_srcdir)/hw/xfree86/common \