From ef213c66c19d265140e9a55519b174d34ff1f16b Mon Sep 17 00:00:00 2001 From: Yonit Halperin Date: Fri, 16 Oct 2009 00:21:43 +0200 Subject: tunnel --- server/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'server/Makefile.am') diff --git a/server/Makefile.am b/server/Makefile.am index e6ffab40..f9909615 100644 --- a/server/Makefile.am +++ b/server/Makefile.am @@ -9,6 +9,7 @@ INCLUDES = \ $(LOG4CPP_CFLAGS) \ $(SSL_CFLAGS) \ $(CELT051_CFLAGS) \ + $(SLIRP_CFLAGS) \ -DCAIRO_CANVAS_IMAGE_CACHE \ -DRED_STATISTICS \ $(WARN_CFLAGS) \ @@ -40,6 +41,7 @@ libspice_la_LIBADD = \ $(QCAIRO_LIBS) \ $(SSL_LIBS) \ $(CELT051_LIBS) \ + $(SLIRP_LIBS) \ $(LIBRT) \ $(NULL) @@ -64,6 +66,10 @@ libspice_la_SOURCES = \ red_yuv.h \ snd_worker.c \ snd_worker.h \ + red_channel.h \ + red_channel.c \ + red_tunnel_worker.c \ + red_tunnel_worker.h \ spice.h \ vd_interface.h \ $(COMMON_SRCS) \ -- cgit