]> git.sesse.net Git - rdpsrv/blob - Xserver/config/cf/vnclibs.def
Remove RFB dependencies from X server (crashes, though).
[rdpsrv] / Xserver / config / cf / vnclibs.def
1 /*
2  * vnclibs.def.in - tells Xvnc where to pick up external VNC libraries
3  *
4  * Whenever you change this file, you need to run configure and then remake
5  * the Makefiles in
6  * lib/font/fontfile, programs/Xserver and programs/Xserver/hw/vnc 
7  */
8
9 CXX = c++
10 CXXFLAGS = -O2 -Wall
11
12 CCLINK = $(CXX)
13
14 RFB_TOP = $(TOP)/..
15
16 top_srcdir = $(RFB_TOP)
17
18 ZLIB_INCLUDE = 
19
20 VNCLIBS = -lz 
21
22 VNCSYSLIBS =
23
24 VNCCPPFLAGS = -I$(RFB_TOP)