jackdanielz pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=aef3af94087961e6967c11ca343b36b49df769e3

commit aef3af94087961e6967c11ca343b36b49df769e3
Author: Daniel Zaoui <daniel.za...@samsung.com>
Date:   Sun Apr 27 16:09:01 2014 +0300

    Eolian: install .eo files
---
 src/lib/Makefile.am | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am
index 65e5866..075becc 100644
--- a/src/lib/Makefile.am
+++ b/src/lib/Makefile.am
@@ -770,7 +770,8 @@ BUILT_SOURCES = \
                elm_win.eo.h \
                elm_win.eo.legacy.h
 
-EXTRA_DIST += \
+elementaryeolianfilesdir = $(datadir)/eolian/include/elementary-@VMAJ@
+elementaryeolianfiles_DATA = \
             elm_widget.eo \
             elm_container.eo \
             elm_layout.eo \
@@ -859,6 +860,9 @@ EXTRA_DIST += \
             elm_web.eo \
             elm_win.eo
 
+EXTRA_DIST += \
+              ${elementaryeolianfiles_DATA}
+
 nodist_includesunstable_HEADERS = \
                                  elm_widget.eo.h \
                                  elm_container.eo.h \

-- 


Reply via email to