summaryrefslogtreecommitdiffstats
path: root/client/x11
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-02-17 15:50:44 +0100
committerAlexander Larsson <alexl@redhat.com>2010-02-23 14:43:20 +0100
commit60a189f2503dec00556656988835948016aff389 (patch)
tree780413d89115a5b496c704715c6090d16be22bdf /client/x11
parent9091e763a80d368114100d8452e26af67c5829b3 (diff)
downloadspice-60a189f2503dec00556656988835948016aff389.tar.gz
spice-60a189f2503dec00556656988835948016aff389.tar.xz
spice-60a189f2503dec00556656988835948016aff389.zip
Add line rasterizer
Diffstat (limited to 'client/x11')
-rw-r--r--client/x11/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/x11/Makefile.am b/client/x11/Makefile.am
index e50c4ae6..47cb698e 100644
--- a/client/x11/Makefile.am
+++ b/client/x11/Makefile.am
@@ -66,6 +66,7 @@ RED_COMMON_SRCS = \
$(top_srcdir)/client/inputs_channel.h \
$(top_srcdir)/client/inputs_handler.h \
$(top_srcdir)/client/lz.cpp \
+ $(top_srcdir)/client/lines.cpp \
$(top_srcdir)/client/monitor.cpp \
$(top_srcdir)/client/monitor.h \
$(top_srcdir)/client/menu.cpp \