Make it --enable-tunnel work

This commit is contained in:
Alexander Larsson 2010-05-19 11:12:00 +02:00
parent 66a7c4a5e5
commit ee1e60c4a0

View File

@ -51,12 +51,12 @@ libspice_server_la_LIBADD = \
$(NULL)
if SUPPORT_TUNNEL
TUNNEL_SRCS = \
red_tunnel_worker.c \
red_tunnel_worker.h \
$(NULL)
TUNNEL_SRCS = \
red_tunnel_worker.c \
red_tunnel_worker.h \
$(NULL)
else
TUNNEL_SRCS =
TUNNEL_SRCS =
endif
libspice_server_la_SOURCES = \