diff options
author | Jean-Philippe Andre <jp.andre@samsung.com> | 2017-09-26 18:54:43 +0900 |
---|---|---|
committer | Jean-Philippe Andre <jp.andre@samsung.com> | 2017-09-26 22:00:02 +0900 |
commit | 15f0614e6f37c8e74fa0cfc9b237f98c8f27f8d0 (patch) | |
tree | fe2f22d0365f74e99457fdae430187f37b641110 /src | |
parent | 42ac2136b014255369755157e3e4c20d24639662 (diff) |
elm: Fix make distcheck
See ebff5e8639851ab9d80fa6ff36f20f08952c015e
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile_Elementary.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile_Elementary.am b/src/Makefile_Elementary.am index 60b2b7fac7..110fdb60c6 100644 --- a/src/Makefile_Elementary.am +++ b/src/Makefile_Elementary.am | |||
@@ -232,10 +232,10 @@ includesunstable_HEADERS = \ | |||
232 | lib/elementary/elm_interfaces.h \ | 232 | lib/elementary/elm_interfaces.h \ |
233 | lib/elementary/elm_widget.h \ | 233 | lib/elementary/elm_widget.h \ |
234 | lib/elementary/elm_widget_actionslider.h \ | 234 | lib/elementary/elm_widget_actionslider.h \ |
235 | lib/elementary/elm_widget_bg.h \ | ||
236 | lib/elementary/elm_widget_box.h \ | 235 | lib/elementary/elm_widget_box.h \ |
237 | lib/elementary/elm_widget_bubble.h \ | 236 | lib/elementary/elm_widget_bubble.h \ |
238 | lib/elementary/efl_ui_button_private.h \ | 237 | lib/elementary/efl_ui_button_private.h \ |
238 | lib/elementary/efl_ui_bg_private.h \ | ||
239 | lib/elementary/elm_widget_calendar.h \ | 239 | lib/elementary/elm_widget_calendar.h \ |
240 | lib/elementary/efl_ui_check_private.h \ | 240 | lib/elementary/efl_ui_check_private.h \ |
241 | lib/elementary/elm_widget_clock.h \ | 241 | lib/elementary/elm_widget_clock.h \ |