From 5ed8ed5ba243e9617f877467f4ee01c3b9e6998f Mon Sep 17 00:00:00 2001 From: Amitesh Singh Date: Thu, 18 May 2017 15:30:24 +0900 Subject: [PATCH] photocam: fix make distcheck Signed-off-by: Amitesh Singh --- src/lib/elementary/elm_photocam_legacy.h | 2 ++ src/lib/evas/canvas/efl_ui_zoom.eo | 1 + 2 files changed, 3 insertions(+) diff --git a/src/lib/elementary/elm_photocam_legacy.h b/src/lib/elementary/elm_photocam_legacy.h index 9ae4919339..d1e2e05884 100644 --- a/src/lib/elementary/elm_photocam_legacy.h +++ b/src/lib/elementary/elm_photocam_legacy.h @@ -1,3 +1,5 @@ +#include "canvas/efl_ui_zoom.eo.legacy.h" + /** * @brief Add a new Photocam object * diff --git a/src/lib/evas/canvas/efl_ui_zoom.eo b/src/lib/evas/canvas/efl_ui_zoom.eo index 778546797c..327c34d5e6 100644 --- a/src/lib/evas/canvas/efl_ui_zoom.eo +++ b/src/lib/evas/canvas/efl_ui_zoom.eo @@ -1,6 +1,7 @@ enum Efl.Ui.Zoom.Mode { [[Types of zoom available.]] + legacy: efl_ui_zoom_mode; manual = 0, [[Zoom controlled normally by efl_ui_zoom_set]] auto_fit, [[Zoom until photo fits in zoomable object]] auto_fill, [[Zoom until photo fills zoomable object]]