autotools: add more files to EXTRA_DIST2
authorMike Blumenkrantz <zmike@samsung.com>
Mon, 11 Mar 2019 15:00:23 +0000 (11:00 -0400)
committerJunsuChoi <jsuya.choi@samsung.com>
Fri, 15 Mar 2019 04:23:20 +0000 (13:23 +0900)
fixes distcheck

Reviewed-by: Xavi Artigas <xavierartigas@yahoo.es>
Differential Revision: https://phab.enlightenment.org/D8291

src/Makefile_Ecore.am
src/Makefile_Elementary.am
src/Makefile_Emotion.am
src/Makefile_Eo.am

index fa7a018..beef9c6 100644 (file)
@@ -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 \
index b487c8a..46a274b 100644 (file)
@@ -239,9 +239,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 \
@@ -319,6 +322,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 \
@@ -631,10 +635,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
 
index 0514159..39fff79 100644 (file)
@@ -15,6 +15,7 @@ emotioneolianfiles_DATA = \
                           $(emotion_eolian_files)
 
 EXTRA_DIST2 += \
+lib/emotion/efl_canvas_video_eo.legacy.c \
               ${emotioneolianfiles_DATA}
 
 lib_LTLIBRARIES += \
index 423a435..ae03748 100644 (file)
@@ -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