photocam: fix make distcheck

Signed-off-by: Amitesh Singh <amitesh.sh@samsung.com>
This commit is contained in:
Amitesh Singh 2017-05-18 15:30:24 +09:00
parent 5e1711aac1
commit 5ed8ed5ba2
2 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,5 @@
#include "canvas/efl_ui_zoom.eo.legacy.h"
/**
* @brief Add a new Photocam object
*

View File

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