summaryrefslogtreecommitdiffstats
path: root/common/Makefile.am
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 /common/Makefile.am
parent9091e763a80d368114100d8452e26af67c5829b3 (diff)
downloadspice-60a189f2503dec00556656988835948016aff389.tar.gz
spice-60a189f2503dec00556656988835948016aff389.tar.xz
spice-60a189f2503dec00556656988835948016aff389.zip
Add line rasterizer
Diffstat (limited to 'common/Makefile.am')
-rw-r--r--common/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/Makefile.am b/common/Makefile.am
index 2d184406..e5f8290b 100644
--- a/common/Makefile.am
+++ b/common/Makefile.am
@@ -34,6 +34,8 @@ COMMON_SRCS = \
ring.h \
rop3.h \
rop3.c \
+ lines.h \
+ lines.c \
lz.c \
lz_compress_tmpl.c \
lz_config.h \