13 lines
628 B
Diff
13 lines
628 B
Diff
diff -up tigervnc-1.0.90/unix/xserver/hw/vnc/Makefile.am.glx tigervnc-1.0.90/unix/xserver/hw/vnc/Makefile.am
|
|
--- tigervnc-1.0.90/unix/xserver/hw/vnc/Makefile.am.glx 2011-03-22 10:32:08.555474741 +0100
|
|
+++ tigervnc-1.0.90/unix/xserver/hw/vnc/Makefile.am 2011-03-22 10:34:09.331283632 +0100
|
|
@@ -35,7 +35,7 @@ Xvnc_CPPFLAGS = $(XVNC_CPPFLAGS) -DNO_HW
|
|
-I$(top_srcdir)/include -I$(includedir)/pixman-1 -I$(includedir)
|
|
|
|
Xvnc_LDADD = $(XVNC_LIBS) libvnccommon.la $(COMMON_LIBS) \
|
|
- $(XSERVER_LIBS) $(XSERVER_SYS_LIBS) -lX11
|
|
+ $(XSERVER_LIBS) $(XSERVER_SYS_LIBS) $(XVNC_SYS_LIBS) -lX11
|
|
|
|
Xvnc_LDFLAGS = $(LD_EXPORT_SYMBOLS_FLAG)
|
|
|