summaryrefslogtreecommitdiff
path: root/src/Makefile_Evas.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile_Evas.am')
-rw-r--r--src/Makefile_Evas.am56
1 files changed, 28 insertions, 28 deletions
diff --git a/src/Makefile_Evas.am b/src/Makefile_Evas.am
index d5418d461c..4902319f4e 100644
--- a/src/Makefile_Evas.am
+++ b/src/Makefile_Evas.am
@@ -43,15 +43,15 @@ evas_canvas_eolian_pub_files = \
lib/evas/canvas/efl_input_hold.eo \
lib/evas/canvas/efl_input_focus.eo \
lib/evas/canvas/efl_gfx_map.eo \
- lib/evas/canvas/efl_animation.eo \
- lib/evas/canvas/efl_animation_alpha.eo \
- lib/evas/canvas/efl_animation_rotate.eo \
- lib/evas/canvas/efl_animation_scale.eo \
- lib/evas/canvas/efl_animation_translate.eo \
- lib/evas/canvas/efl_animation_group.eo \
- lib/evas/canvas/efl_animation_group_parallel.eo \
- lib/evas/canvas/efl_animation_group_sequential.eo \
- lib/evas/canvas/efl_animation_player.eo \
+ lib/evas/canvas/efl_canvas_animation.eo \
+ lib/evas/canvas/efl_canvas_animation_alpha.eo \
+ lib/evas/canvas/efl_canvas_animation_rotate.eo \
+ lib/evas/canvas/efl_canvas_animation_scale.eo \
+ lib/evas/canvas/efl_canvas_animation_translate.eo \
+ lib/evas/canvas/efl_canvas_animation_group.eo \
+ lib/evas/canvas/efl_canvas_animation_group_parallel.eo \
+ lib/evas/canvas/efl_canvas_animation_group_sequential.eo \
+ lib/evas/canvas/efl_canvas_animation_player.eo \
$(NULL)
evas_gesture_eolian_pub_files = \
@@ -83,7 +83,7 @@ evas_gesture_eolian_priv_files = \
evas_canvas_eolian_type_files = \
lib/evas/canvas/evas_canvas3d_types.eot \
- lib/evas/canvas/efl_animation_types.eot
+ lib/evas/canvas/efl_canvas_animation_types.eot
evas_gesture_eolian_type_files = \
lib/evas/gesture/efl_gesture_types.eot
@@ -172,15 +172,15 @@ lib/evas/canvas/evas_image_private.h \
lib/evas/canvas/evas_polygon_private.h \
lib/evas/canvas/efl_canvas_surface.h \
lib/evas/common3d/primitives/primitive_common.h \
-lib/evas/canvas/efl_animation_private.h \
-lib/evas/canvas/efl_animation_alpha_private.h \
-lib/evas/canvas/efl_animation_rotate_private.h \
-lib/evas/canvas/efl_animation_scale_private.h \
-lib/evas/canvas/efl_animation_translate_private.h \
-lib/evas/canvas/efl_animation_group_private.h \
-lib/evas/canvas/efl_animation_group_parallel_private.h \
-lib/evas/canvas/efl_animation_group_sequential_private.h \
-lib/evas/canvas/efl_animation_player_private.h \
+lib/evas/canvas/efl_canvas_animation_private.h \
+lib/evas/canvas/efl_canvas_animation_alpha_private.h \
+lib/evas/canvas/efl_canvas_animation_rotate_private.h \
+lib/evas/canvas/efl_canvas_animation_scale_private.h \
+lib/evas/canvas/efl_canvas_animation_translate_private.h \
+lib/evas/canvas/efl_canvas_animation_group_private.h \
+lib/evas/canvas/efl_canvas_animation_group_parallel_private.h \
+lib/evas/canvas/efl_canvas_animation_group_sequential_private.h \
+lib/evas/canvas/efl_canvas_animation_player_private.h \
lib/evas/canvas/evas_stack.x \
lib/evas/gesture/efl_gesture_private.h
@@ -267,15 +267,15 @@ lib/evas/canvas/efl_input_key.c \
lib/evas/canvas/efl_input_pointer.c \
lib/evas/canvas/efl_input_hold.c \
lib/evas/canvas/efl_input_focus.c \
-lib/evas/canvas/efl_animation.c \
-lib/evas/canvas/efl_animation_alpha.c \
-lib/evas/canvas/efl_animation_rotate.c \
-lib/evas/canvas/efl_animation_scale.c \
-lib/evas/canvas/efl_animation_translate.c \
-lib/evas/canvas/efl_animation_group.c \
-lib/evas/canvas/efl_animation_group_parallel.c \
-lib/evas/canvas/efl_animation_group_sequential.c \
-lib/evas/canvas/efl_animation_player.c \
+lib/evas/canvas/efl_canvas_animation.c \
+lib/evas/canvas/efl_canvas_animation_alpha.c \
+lib/evas/canvas/efl_canvas_animation_rotate.c \
+lib/evas/canvas/efl_canvas_animation_scale.c \
+lib/evas/canvas/efl_canvas_animation_translate.c \
+lib/evas/canvas/efl_canvas_animation_group.c \
+lib/evas/canvas/efl_canvas_animation_group_parallel.c \
+lib/evas/canvas/efl_canvas_animation_group_sequential.c \
+lib/evas/canvas/efl_canvas_animation_player.c \
lib/evas/gesture/efl_gesture_touch.c \
lib/evas/gesture/efl_gesture.c \
lib/evas/gesture/efl_gesture_tap.c \