From 00228e78357033678c5920fa98d276c348edf43d Mon Sep 17 00:00:00 2001 From: Lauro Moura Date: Wed, 14 Feb 2018 11:30:05 -0800 Subject: [PATCH] efl: general distcheck fixes Summary: - Added missing C++ header - Added missing elementary header - Removed generated header from elementary_SOURCES (Was added by raster in 42dfee37) Not sure of what would be the best place for it, though. - Removed previously removed files from elementary examples Makefile. Test Plan: Run 'make distcheck' Reviewers: stefan, felipealmeida Subscribers: cedric Differential Revision: https://phab.enlightenment.org/D5800 Signed-off-by: Cedric Bail --- elementary/Makefile.am | 4 ---- 1 file changed, 4 deletions(-) diff --git a/elementary/Makefile.am b/elementary/Makefile.am index a9bba459..a2cddefb 100644 --- a/elementary/Makefile.am +++ b/elementary/Makefile.am @@ -177,10 +177,6 @@ efl_thread_3.c \ efl_thread_4.c \ efl_thread_5.c \ efl_thread_6.c \ -efl_thread_win32_1.c \ -efl_thread_win32_2.c \ -efl_thread_win32_3.c \ -efl_thread_win32_4.c \ efl_ui_list_example_1.c \ efl_ui_list_example_2.c \ efl_ui_list_example_3.c