summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCedric BAIL <cedric@osg.samsung.com>2017-11-14 16:53:16 -0800
committerCedric BAIL <cedric@osg.samsung.com>2017-11-14 16:53:16 -0800
commit32a213dc722be2bfec5fb2b513dd556cfb7e9f33 (patch)
tree7daa8967beb28709e4bc1af9c6c5e8c1aa205b6c
parentdf3d3f7334a79f1ab661b31787002f50af59b3f3 (diff)
downloadefl-32a213dc722be2bfec5fb2b513dd556cfb7e9f33.tar.gz
elementary: fix efl_ui_multibutton installed headers.
-rw-r--r--src/Makefile_Elementary.am1
-rw-r--r--src/lib/elementary/efl_ui_multibuttonentry.h1
2 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile_Elementary.am b/src/Makefile_Elementary.am
index b83354a9da..95d1cf8976 100644
--- a/src/Makefile_Elementary.am
+++ b/src/Makefile_Elementary.am
@@ -325,6 +325,7 @@ includesunstable_HEADERS = \
lib/elementary/elm_code_file.h \
lib/elementary/elm_code_parse.h \
lib/elementary/elm_code_syntax.h \
+ lib/elementary/efl_ui_multibuttonentry.h \
lib/elementary/Efl_Ui.h
includesunstabledir = $(includedir)/elementary-@VMAJ@
diff --git a/src/lib/elementary/efl_ui_multibuttonentry.h b/src/lib/elementary/efl_ui_multibuttonentry.h
index 3c76aa76c7..3d9a75912d 100644
--- a/src/lib/elementary/efl_ui_multibuttonentry.h
+++ b/src/lib/elementary/efl_ui_multibuttonentry.h
@@ -57,7 +57,6 @@
* @{
*/
-#include "efl_ui_multibuttonentry_common.h"
#ifdef EFL_EO_API_SUPPORT
#include "efl_ui_multibuttonentry_eo.h"
#endif