summaryrefslogtreecommitdiff
path: root/common/Makefile.am
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-02-17 15:50:44 +0100
committerMarc-André Lureau <marcandre.lureau@gmail.com>2012-03-20 15:25:37 +0100
commit639b6b5b26668ad43d103e397218f43196659a7c (patch)
treee35df3b29d168d36f8574ada54edea3b34920fc4 /common/Makefile.am
parent98f2dfbf2f9d771e1d16132cc11894679ddd5100 (diff)
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 2d18440..e5f8290 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 \