elm: efl_ui_flip: add fl_ui_flip_eo.h redirection header lost during rename
authorStefan Schmidt <stefan@osg.samsung.com>
Thu, 9 Jun 2016 13:03:22 +0000 (15:03 +0200)
committerStefan Schmidt <stefan@osg.samsung.com>
Thu, 9 Jun 2016 14:18:28 +0000 (16:18 +0200)
When this was renamed from elm_flip to efl_ui_flip the _eo.h header was lost
which is needed as redirection. This broke for me in distcheck when the .eo.h
was going to get generated. It also aligns it with the other headers we have
here.

src/Makefile_Elementary.am
src/lib/elementary/Makefile.am
src/lib/elementary/efl_ui_flip_eo.h [new file with mode: 0644]
src/lib/elementary/elm_flip.h

index 268a56f..4f7dc08 100644 (file)
@@ -370,7 +370,7 @@ includesub_HEADERS = \
        lib/elementary/elm_entry_legacy.h \
        lib/elementary/elm_finger.h \
        lib/elementary/elm_flip.h \
-       lib/elementary/efl_ui_flip.eo.h \
+       lib/elementary/efl_ui_flip_eo.h \
        lib/elementary/efl_ui_flip_legacy.h \
        lib/elementary/elm_flipselector.h \
        lib/elementary/elm_flipselector_eo.h \
index 5c2b914..1008678 100644 (file)
@@ -331,8 +331,8 @@ includesub_HEADERS = \
        elm_finger.h \
        elm_flip.h \
        efl_ui_flip_legacy.h\
-       efl_ui_flip.eo.h \
-       efl_ui_flip_internal_part.eo.h \
+       efl_ui_flipi_eo.h \
+       efl_ui_flip_internal_part_eo.h \
        elm_flipselector.h \
        elm_flipselector_eo.h \
        elm_flipselector_legacy.h \
diff --git a/src/lib/elementary/efl_ui_flip_eo.h b/src/lib/elementary/efl_ui_flip_eo.h
new file mode 100644 (file)
index 0000000..1f25ca4
--- /dev/null
@@ -0,0 +1 @@
+#include "efl_ui_flip.eo.h"
index 2e20296..9a5470e 100644 (file)
@@ -39,7 +39,7 @@
  */
 
 #ifdef EFL_EO_API_SUPPORT
-#include "efl_ui_flip.eo.h"
+#include "efl_ui_flip_eo.h"
 #endif
 #ifndef EFL_NOLEGACY_API_SUPPORT
 #include "efl_ui_flip_legacy.h"