X-Git-Url: https://git.sesse.net/?p=rdpsrv;a=blobdiff_plain;f=Xserver%2Fconfig%2Fcf%2Fvnclibs.def.in;fp=Xserver%2Fconfig%2Fcf%2Fvnclibs.def.in;h=f4ade04c8e33150434844b7ff3084e2b461fb69f;hp=0000000000000000000000000000000000000000;hb=b6e6afccf37f4ad0515ef2a698f714fdf1bf23b3;hpb=e3340a110a3b01756b8e67531395a33b40a17d37 diff --git a/Xserver/config/cf/vnclibs.def.in b/Xserver/config/cf/vnclibs.def.in new file mode 100644 index 0000000..f4ade04 --- /dev/null +++ b/Xserver/config/cf/vnclibs.def.in @@ -0,0 +1,24 @@ +/* + * vnclibs.def.in - tells Xvnc where to pick up external VNC libraries + * + * Whenever you change this file, you need to run configure and then remake + * the Makefiles in + * lib/font/fontfile, programs/Xserver and programs/Xserver/hw/vnc + */ + +CXX = @CXX@ +CXXFLAGS = @CXXFLAGS@ + +CCLINK = $(CXX) + +RFB_TOP = $(TOP)/.. + +top_srcdir = $(RFB_TOP) + +ZLIB_INCLUDE = @ZLIB_INCLUDE@ + +VNCLIBS = $(RFB_TOP)/rdr/librdr.a $(RFB_TOP)/rfb/librfb.a @ZLIB_LIB@ + +VNCSYSLIBS = + +VNCCPPFLAGS = -I$(RFB_TOP)