commit | 2a491291b9b09190ef10dfd7e5f1d9fea4ce60ae | [log] [tgz] |
---|---|---|
author | Constantin Kaplinsky <const@tightvnc.com> | Thu Aug 02 16:45:36 2007 +0000 |
committer | Constantin Kaplinsky <const@tightvnc.com> | Thu Aug 02 16:45:36 2007 +0000 |
tree | 781f1453c2ffdf2cb890a9697ec6d706dc9e0ef4 | |
parent | 0b263230e27f233dc1588c53f33a8e33683962bc [diff] |
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 \