From 263646a1f7e705766f7d46017679812d4b1406b8 Mon Sep 17 00:00:00 2001 From: Yonit Halperin Date: Wed, 9 Jun 2010 11:40:25 +0200 Subject: JPEG support: introducing jpeg encoding for spice bitmaps --- client/x11/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'client/x11/Makefile.am') diff --git a/client/x11/Makefile.am b/client/x11/Makefile.am index 904fb42b..26140f4f 100644 --- a/client/x11/Makefile.am +++ b/client/x11/Makefile.am @@ -69,6 +69,8 @@ RED_COMMON_SRCS = \ $(CLIENT_DIR)/inputs_channel.cpp \ $(CLIENT_DIR)/inputs_channel.h \ $(CLIENT_DIR)/inputs_handler.h \ + $(CLIENT_DIR)/jpeg_decoder.cpp \ + $(CLIENT_DIR)/jpeg_decoder.h \ $(CLIENT_DIR)/lz.cpp \ $(CLIENT_DIR)/lines.cpp \ $(CLIENT_DIR)/monitor.cpp \ -- cgit