From d12601b393d12d2d3a2fec5a27bbe0394148804a Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Mon, 11 Mar 2019 11:00:23 -0400 Subject: [PATCH] autotools: add more files to EXTRA_DIST2 fixes distcheck Reviewed-by: Xavi Artigas Differential Revision: https://phab.enlightenment.org/D8291 --- src/Makefile_Ecore.am | 3 ++- src/Makefile_Elementary.am | 10 +++++++++- src/Makefile_Emotion.am | 1 + src/Makefile_Eo.am | 6 +++++- 4 files changed, 17 insertions(+), 3 deletions(-) diff --git a/src/Makefile_Ecore.am b/src/Makefile_Ecore.am index 70782714d9..92c69d1717 100644 --- a/src/Makefile_Ecore.am +++ b/src/Makefile_Ecore.am @@ -79,7 +79,8 @@ ecoreeolianfiles_DATA = $(ecore_eolian_files_public) lib/ecore/efl_loop_timer.eo ecore_legacy_eo_c = \ lib/ecore/ecore_exe_eo.c \ -lib/ecore/ecore_exe_eo.h +lib/ecore/ecore_exe_eo.h \ +lib/ecore/efl_loop_timer_eo.legacy.c ecore_legacy_eo_h = \ lib/ecore/ecore_exe_eo.legacy.h \ diff --git a/src/Makefile_Elementary.am b/src/Makefile_Elementary.am index 05a2c60a32..7625b880dc 100644 --- a/src/Makefile_Elementary.am +++ b/src/Makefile_Elementary.am @@ -227,9 +227,12 @@ noinst_DATA += $(elm_legacy_eolian_eo_h) elm_legacy_eo_files = \ lib/elementary/efl_ui_bg_legacy_eo.c \ lib/elementary/efl_ui_button_legacy_eo.c \ +lib/elementary/efl_ui_check_eo.legacy.c \ lib/elementary/efl_ui_check_legacy_eo.c \ lib/elementary/efl_ui_flip_legacy_eo.c \ +lib/elementary/efl_ui_flip_eo.legacy.c \ lib/elementary/efl_ui_frame_legacy_eo.c \ +lib/elementary/efl_ui_frame_eo.legacy.c \ lib/elementary/efl_ui_image_legacy_eo.c \ lib/elementary/efl_ui_image_zoomable_eo.legacy.c \ lib/elementary/efl_ui_image_zoomable_legacy_eo.c \ @@ -307,6 +310,7 @@ lib/elementary/elm_grid_eo.c \ lib/elementary/elm_hover_eo.legacy.c \ lib/elementary/elm_hover_eo.c \ lib/elementary/elm_hoversel_eo.c \ +lib/elementary/elm_hoversel_eo.legacy.c \ lib/elementary/elm_hoversel_item_eo.c \ lib/elementary/elm_hoversel_item_eo.legacy.c \ lib/elementary/elm_icon_eo.c \ @@ -512,6 +516,7 @@ lib/elementary/elm_view_form_eo.h \ lib/elementary/elm_view_list_eo.h \ lib/elementary/elm_web_eo.legacy.h \ lib/elementary/elm_widget_item_container_eo.legacy.h \ +lib/elementary/elm_widget_item_container_eo.h \ lib/elementary/elm_widget_item_eo.legacy.h \ lib/elementary/elm_widget_item_static_focus_eo.legacy.h @@ -617,10 +622,13 @@ lib/elementary/elm_widget_item_container_eo.h \ lib/elementary/elm_widget_item_eo.h \ lib/elementary/elm_widget_item_static_focus_eo.h \ lib/elementary/efl_ui_focus_parent_provider_gen_eo.h \ +lib/elementary/elm_removed.h \ +lib/elementary/elm_widget_bg.h \ +lib/elementary/elm_widget_clipper.h \ $(NULL) -EXTRA_DIST2 += ${elementaryeolianfiles_DATA} $(elm_legacy_eolian_files) $(elm_private_eolian_files) $(elm_legacy_eo_files) +EXTRA_DIST2 += ${elementaryeolianfiles_DATA} $(elm_legacy_eolian_files) $(elm_private_eolian_files) $(elm_legacy_eo_files) $(elm_legacy_eo_headers_priv) lib_LTLIBRARIES += lib/elementary/libelementary.la diff --git a/src/Makefile_Emotion.am b/src/Makefile_Emotion.am index 05141591b7..39fff79979 100644 --- a/src/Makefile_Emotion.am +++ b/src/Makefile_Emotion.am @@ -15,6 +15,7 @@ emotioneolianfiles_DATA = \ $(emotion_eolian_files) EXTRA_DIST2 += \ +lib/emotion/efl_canvas_video_eo.legacy.c \ ${emotioneolianfiles_DATA} lib_LTLIBRARIES += \ diff --git a/src/Makefile_Eo.am b/src/Makefile_Eo.am index 423a435470..ae03748830 100644 --- a/src/Makefile_Eo.am +++ b/src/Makefile_Eo.am @@ -230,7 +230,11 @@ TESTS += tests/eo/test_signals endif -EXTRA_DIST2 += tests/eo/eunit_tests.h lib/eo/eo_ptr_indirection.x +EXTRA_DIST2 += \ +tests/eo/eunit_tests.h \ +tests/eo/suite/eo_test_reflection_complex_class_structure.c \ +tests/eo/suite/eo_test_reflection_complex_class_structure.h \ +lib/eo/eo_ptr_indirection.x if HAVE_JS