cedric pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=32a213dc722be2bfec5fb2b513dd556cfb7e9f33

commit 32a213dc722be2bfec5fb2b513dd556cfb7e9f33
Author: Cedric BAIL <[email protected]>
Date:   Tue Nov 14 16:53:16 2017 -0800

    elementary: fix efl_ui_multibutton installed headers.
---
 src/Makefile_Elementary.am                   | 1 +
 src/lib/elementary/efl_ui_multibuttonentry.h | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

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

-- 


Reply via email to