summaryrefslogtreecommitdiff
path: root/src/Makefile_Ector.am
diff options
context:
space:
mode:
authorSubhransu Mohanty <sub.mohanty@samsung.com>2015-08-17 15:18:26 +0900
committerCedric BAIL <cedric@osg.samsung.com>2015-08-19 15:07:36 +0200
commit2766ce57ce698850e50ebd8b92c4897fa739baf9 (patch)
tree47bbbf907e2ba49f22fd9efae0174ee919cacd06 /src/Makefile_Ector.am
parent48b558a997e5bfe321b401110daa449dc173bbd6 (diff)
downloadefl-2766ce57ce698850e50ebd8b92c4897fa739baf9.tar.gz
ector: refactored software drawing backend to use composition function.
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Diffstat (limited to 'src/Makefile_Ector.am')
-rw-r--r--src/Makefile_Ector.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Makefile_Ector.am b/src/Makefile_Ector.am
index 6d99092ffc..c05642f696 100644
--- a/src/Makefile_Ector.am
+++ b/src/Makefile_Ector.am
@@ -95,7 +95,8 @@ lib/ector/software/ector_software_rasterizer.c \
lib/ector/software/ector_software_surface.c \
lib/ector/software/sw_ft_math.c \
lib/ector/software/sw_ft_raster.c \
-lib/ector/software/sw_ft_stroker.c
+lib/ector/software/sw_ft_stroker.c \
+lib/ector/software/ector_drawhelper.c
installed_ectorsoftwareheadersdir = $(includedir)/ector-@VMAJ@/software
nodist_installed_ectorsoftwareheaders_DATA = $(ector_eolian_software_h)
@@ -147,7 +148,7 @@ endif
EXTRA_DIST += \
lib/ector/ector_private.h \
lib/ector/cairo/ector_cairo_private.h \
-lib/ector/software/ector_blend_private.h \
+lib/ector/software/ector_drawhelper_private.h \
lib/ector/software/ector_software_private.h \
lib/ector/software/sw_ft_math.h \
lib/ector/software/sw_ft_raster.h \