diff options
-rw-r--r-- | src/Makefile_Ecore.am | 7 | ||||
-rw-r--r-- | src/Makefile_Elementary.am | 6 | ||||
-rw-r--r-- | src/Makefile_Evas.am | 6 | ||||
-rw-r--r-- | src/lib/elementary/meson.build | 2 |
4 files changed, 14 insertions, 7 deletions
diff --git a/src/Makefile_Ecore.am b/src/Makefile_Ecore.am index 24ee19b..7078271 100644 --- a/src/Makefile_Ecore.am +++ b/src/Makefile_Ecore.am | |||
@@ -78,11 +78,12 @@ ecoreeolianfilesdir = $(datadir)/eolian/include/ecore-@VMAJ@ | |||
78 | ecoreeolianfiles_DATA = $(ecore_eolian_files_public) lib/ecore/efl_loop_timer.eo | 78 | ecoreeolianfiles_DATA = $(ecore_eolian_files_public) lib/ecore/efl_loop_timer.eo |
79 | 79 | ||
80 | ecore_legacy_eo_c = \ | 80 | ecore_legacy_eo_c = \ |
81 | lib/ecore/ecore_exe_eo.c | 81 | lib/ecore/ecore_exe_eo.c \ |
82 | lib/ecore/ecore_exe_eo.h | ||
82 | 83 | ||
83 | ecore_legacy_eo_h = \ | 84 | ecore_legacy_eo_h = \ |
84 | lib/ecore/ecore_exe_eo.h \ | 85 | lib/ecore/ecore_exe_eo.legacy.h \ |
85 | lib/ecore/ecore_exe_eo.legacy.h | 86 | lib/ecore/efl_loop_timer_eo.legacy.h |
86 | 87 | ||
87 | EXTRA_DIST2 += $(ecore_eolian_files) | 88 | EXTRA_DIST2 += $(ecore_eolian_files) |
88 | EXTRA_DIST2 += $(ecore_eolian_files_priv) | 89 | EXTRA_DIST2 += $(ecore_eolian_files_priv) |
diff --git a/src/Makefile_Elementary.am b/src/Makefile_Elementary.am index 8d1159b..002d3f2 100644 --- a/src/Makefile_Elementary.am +++ b/src/Makefile_Elementary.am | |||
@@ -508,6 +508,8 @@ lib/elementary/elm_toolbar_eo.legacy.h \ | |||
508 | lib/elementary/elm_toolbar_item_eo.legacy.h \ | 508 | lib/elementary/elm_toolbar_item_eo.legacy.h \ |
509 | lib/elementary/elm_view_form_eo.legacy.h \ | 509 | lib/elementary/elm_view_form_eo.legacy.h \ |
510 | lib/elementary/elm_view_list_eo.legacy.h \ | 510 | lib/elementary/elm_view_list_eo.legacy.h \ |
511 | lib/elementary/elm_view_form_eo.h \ | ||
512 | lib/elementary/elm_view_list_eo.h \ | ||
511 | lib/elementary/elm_web_eo.legacy.h \ | 513 | lib/elementary/elm_web_eo.legacy.h \ |
512 | lib/elementary/elm_widget_item_container_eo.legacy.h \ | 514 | lib/elementary/elm_widget_item_container_eo.legacy.h \ |
513 | lib/elementary/elm_widget_item_eo.legacy.h \ | 515 | lib/elementary/elm_widget_item_eo.legacy.h \ |
@@ -610,8 +612,6 @@ lib/elementary/elm_table_eo.h \ | |||
610 | lib/elementary/elm_thumb_eo.h \ | 612 | lib/elementary/elm_thumb_eo.h \ |
611 | lib/elementary/elm_toolbar_eo.h \ | 613 | lib/elementary/elm_toolbar_eo.h \ |
612 | lib/elementary/elm_toolbar_item_eo.h \ | 614 | lib/elementary/elm_toolbar_item_eo.h \ |
613 | lib/elementary/elm_view_form_eo.h \ | ||
614 | lib/elementary/elm_view_list_eo.h \ | ||
615 | lib/elementary/elm_web_eo.h \ | 615 | lib/elementary/elm_web_eo.h \ |
616 | lib/elementary/elm_widget_item_container_eo.h \ | 616 | lib/elementary/elm_widget_item_container_eo.h \ |
617 | lib/elementary/elm_widget_item_eo.h \ | 617 | lib/elementary/elm_widget_item_eo.h \ |
@@ -628,7 +628,7 @@ includes_HEADERS = \ | |||
628 | lib/elementary/Elementary.h \ | 628 | lib/elementary/Elementary.h \ |
629 | lib/elementary/Elementary_Options.h \ | 629 | lib/elementary/Elementary_Options.h \ |
630 | lib/elementary/Elementary_Cursor.h \ | 630 | lib/elementary/Elementary_Cursor.h \ |
631 | $(elm_legacy_eo_headers) | 631 | $(elm_legacy_eo_headers_pub) |
632 | includesdir = $(includedir)/elementary-@VMAJ@ | 632 | includesdir = $(includedir)/elementary-@VMAJ@ |
633 | 633 | ||
634 | includesunstable_HEADERS = \ | 634 | includesunstable_HEADERS = \ |
diff --git a/src/Makefile_Evas.am b/src/Makefile_Evas.am index e77629c..48422ec 100644 --- a/src/Makefile_Evas.am +++ b/src/Makefile_Evas.am | |||
@@ -127,7 +127,11 @@ lib/evas/canvas/efl_canvas_vg_shape_eo.legacy.h \ | |||
127 | lib/evas/canvas/evas_box_eo.legacy.h \ | 127 | lib/evas/canvas/evas_box_eo.legacy.h \ |
128 | lib/evas/canvas/evas_canvas_eo.legacy.h \ | 128 | lib/evas/canvas/evas_canvas_eo.legacy.h \ |
129 | lib/evas/canvas/evas_grid_eo.legacy.h \ | 129 | lib/evas/canvas/evas_grid_eo.legacy.h \ |
130 | lib/evas/canvas/evas_image_eo.legacy.h | 130 | lib/evas/canvas/evas_image_eo.legacy.h \ |
131 | lib/evas/canvas/evas_line_eo.legacy.h \ | ||
132 | lib/evas/canvas/evas_table_eo.legacy.h \ | ||
133 | lib/evas/canvas/evas_text_eo.legacy.h \ | ||
134 | lib/evas/canvas/evas_textgrid_eo.legacy.h | ||
131 | 135 | ||
132 | evas_legacy_eo_c = \ | 136 | evas_legacy_eo_c = \ |
133 | lib/evas/canvas/efl_canvas_event_grabber_eo.legacy.c \ | 137 | lib/evas/canvas/efl_canvas_event_grabber_eo.legacy.c \ |
diff --git a/src/lib/elementary/meson.build b/src/lib/elementary/meson.build index 1b62c1c..64698b6 100644 --- a/src/lib/elementary/meson.build +++ b/src/lib/elementary/meson.build | |||
@@ -704,6 +704,8 @@ elementary_pub_headers = [ | |||
704 | 'elm_toolbar_item_eo.legacy.h', | 704 | 'elm_toolbar_item_eo.legacy.h', |
705 | 'elm_view_form_eo.legacy.h', | 705 | 'elm_view_form_eo.legacy.h', |
706 | 'elm_view_list_eo.legacy.h', | 706 | 'elm_view_list_eo.legacy.h', |
707 | 'elm_view_form_eo.h', | ||
708 | 'elm_view_list_eo.h', | ||
707 | 'elm_web_eo.legacy.h', | 709 | 'elm_web_eo.legacy.h', |
708 | 'elm_widget_item_container_eo.legacy.h', | 710 | 'elm_widget_item_container_eo.legacy.h', |
709 | 'elm_widget_item_eo.legacy.h', | 711 | 'elm_widget_item_eo.legacy.h', |