]> git.sesse.net Git - rdpsrv/blobdiff - Xserver/config/cf/vnclibs.def
Import X server from vnc-3.3.7.
[rdpsrv] / Xserver / config / cf / vnclibs.def
diff --git a/Xserver/config/cf/vnclibs.def b/Xserver/config/cf/vnclibs.def
new file mode 100644 (file)
index 0000000..98dc8b2
--- /dev/null
@@ -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 = c++
+CXXFLAGS = -O2 -Wall
+
+CCLINK = $(CXX)
+
+RFB_TOP = $(TOP)/..
+
+top_srcdir = $(RFB_TOP)
+
+ZLIB_INCLUDE = 
+
+VNCLIBS = $(RFB_TOP)/rdr/librdr.a $(RFB_TOP)/rfb/librfb.a -lz
+
+VNCSYSLIBS =
+
+VNCCPPFLAGS = -I$(RFB_TOP)