From: Constantin Kaplinsky Date: Thu, 2 Aug 2007 16:45:36 +0000 (+0000) Subject: Makefile updated to include JpegEncoder. X-Git-Tag: v0.0.90~384^2~143 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=2a491291b9b09190ef10dfd7e5f1d9fea4ce60ae;p=tigervnc.git 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 93fb7399..70a088b1 100644 --- a/common/rfb/Makefile.in +++ b/common/rfb/Makefile.in @@ -21,6 +21,7 @@ CXXSRCS = \ FileReader.cxx \ FileWriter.cxx \ JpegCompressor.cxx \ + JpegEncoder.cxx \ HTTPServer.cxx \ HextileDecoder.cxx \ HextileEncoder.cxx \