Makefile updated to include JpegEncoder.


git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2323 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/common/rfb/Makefile.in b/common/rfb/Makefile.in
index 93fb739..70a088b 100644
--- a/common/rfb/Makefile.in
+++ b/common/rfb/Makefile.in
@@ -21,6 +21,7 @@
   FileReader.cxx \
   FileWriter.cxx \
   JpegCompressor.cxx \
+  JpegEncoder.cxx \
   HTTPServer.cxx \
   HextileDecoder.cxx \
   HextileEncoder.cxx \