ecore: make sure that we only install and expose EFL unified API we intend to.
authorCedric BAIL <cedric@osg.samsung.com>
Wed, 11 Apr 2018 21:22:31 +0000 (14:22 -0700)
committerWonki Kim <wonki_.kim@samsung.com>
Thu, 31 May 2018 07:00:55 +0000 (16:00 +0900)
src/Makefile_Ecore.am
src/lib/ecore/ecore_private.h

index 47485c2..ced63d9 100644 (file)
@@ -66,7 +66,7 @@ BUILT_SOURCES += \
                  $(ecore_eolian_h)
 
 ecoreeolianfilesdir = $(datadir)/eolian/include/ecore-@VMAJ@
-ecoreeolianfiles_DATA = $(ecore_eolian_files)
+ecoreeolianfiles_DATA = $(ecore_eolian_files_public)
 
 EXTRA_DIST2 += ${ecoreeolianfiles_DATA}
 
index 5530f56..c1c1448 100644 (file)
@@ -5,6 +5,10 @@
 
 #include "ecore_internal.h"
 
+#include "ecore_exe.eo.h"
+#include "ecore_event_message.eo.h"
+#include "ecore_event_message_handler.eo.h"
+
 #ifdef EAPI
 # undef EAPI
 #endif