Added new files to the rfb project.


git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@349 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/rfb/Makefile.in b/rfb/Makefile.in
index 12adbfc..f2976c0 100644
--- a/rfb/Makefile.in
+++ b/rfb/Makefile.in
@@ -14,6 +14,10 @@
   Cursor.cxx \
   Decoder.cxx \
   Encoder.cxx \
+  FileInfo.cxx \
+  FileManager.cxx \
+  FileReader.cxx \
+  FileWriter.cxx \
   HTTPServer.cxx \
   HextileDecoder.cxx \
   HextileEncoder.cxx \
@@ -41,6 +45,7 @@
   TightEncoder.cxx \
   TightPalette.cxx \
   TransImageGetter.cxx \
+  TransferQueue.cxx \
   UpdateTracker.cxx \
   VNCSConnectionST.cxx \
   VNCServerST.cxx \