autotools: add more files to EXTRA_DIST2

fixes distcheck

Reviewed-by: Xavi Artigas <xavierartigas@yahoo.es>
Differential Revision: https://phab.enlightenment.org/D8291
This commit is contained in:
Mike Blumenkrantz 2019-03-11 11:00:23 -04:00 committed by Marcel Hollerbach
parent c73ca5d229
commit d12601b393
4 changed files with 17 additions and 3 deletions

View 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 \

View File

@ -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

View File

@ -15,6 +15,7 @@ emotioneolianfiles_DATA = \
$(emotion_eolian_files)
EXTRA_DIST2 += \
lib/emotion/efl_canvas_video_eo.legacy.c \
${emotioneolianfiles_DATA}
lib_LTLIBRARIES += \

View 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