summaryrefslogtreecommitdiff
path: root/src/Makefile_Efl.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile_Efl.am')
-rw-r--r--src/Makefile_Efl.am26
1 files changed, 26 insertions, 0 deletions
diff --git a/src/Makefile_Efl.am b/src/Makefile_Efl.am
index c5fe87fd7a..aea1c48877 100644
--- a/src/Makefile_Efl.am
+++ b/src/Makefile_Efl.am
@@ -1,3 +1,29 @@
+BUILT_SOURCES += \
+ lib/efl/interfaces/efl_interface_color.eo.c \
+ lib/efl/interfaces/efl_interface_color.eo.h \
+ lib/efl/interfaces/efl_interface_file.eo.c \
+ lib/efl/interfaces/efl_interface_file.eo.h \
+ lib/efl/interfaces/efl_interface_gui_object.eo.c \
+ lib/efl/interfaces/efl_interface_gui_object.eo.h \
+ lib/efl/interfaces/efl_interface_image.eo.c \
+ lib/efl/interfaces/efl_interface_image.eo.h \
+ lib/efl/interfaces/efl_interface_text.eo.c \
+ lib/efl/interfaces/efl_interface_text.eo.h \
+ lib/efl/interfaces/efl_interface_text_properties.eo.c \
+ lib/efl/interfaces/efl_interface_text_properties.eo.h
+
+efleolianfilesdir = $(datadir)/eolian/include/efl-@VMAJ@
+efleolianfiles_DATA = \
+ lib/efl/interfaces/efl_interface_color.eo \
+ lib/efl/interfaces/efl_interface_file.eo \
+ lib/efl/interfaces/efl_interface_gui_object.eo \
+ lib/efl/interfaces/efl_interface_image.eo \
+ lib/efl/interfaces/efl_interface_text.eo \
+ lib/efl/interfaces/efl_interface_text_properties.eo
+
+EXTRA_DIST += \
+ ${efleolianfiles_DATA}
+
installed_eflheadersdir = $(includedir)/efl-@VMAJ@
dist_installed_eflheaders_DATA = \
lib/efl/Efl_Config.h