savio pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=2214ae92a28acd8d0e472509ef9875fb45d79b4b

commit 2214ae92a28acd8d0e472509ef9875fb45d79b4b
Author: Savio Sena <[email protected]>
Date:   Thu Jul 24 19:35:12 2014 -0300

    autotools: Fixed 'make dist' for Eolian-Cxx
    
    Added .eo to EXTRA_DIST and *_stub.h to example's source lists.
---
 src/examples/eolian_cxx/Makefile.am | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/examples/eolian_cxx/Makefile.am 
b/src/examples/eolian_cxx/Makefile.am
index bfd8134..253cd13 100644
--- a/src/examples/eolian_cxx/Makefile.am
+++ b/src/examples/eolian_cxx/Makefile.am
@@ -97,6 +97,7 @@ EXTRA_PROGRAMS = \
        eolian_cxx_complex_types_01
 
 DATA_FILES = Makefile.examples $(EOS)
+EXTRA_DIST = $(DATA_FILES)
 
 eolian_cxx_simple_01_SOURCES = \
        eolian_cxx_simple_01.cc \
@@ -107,7 +108,9 @@ eolian_cxx_simple_01.$(OBJEXT): $(GENERATED)
 eolian_cxx_simple_01_cxx_impl_SOURCES = \
        eolian_cxx_simple_01.cc \
        colourable_stub.c \
+       colourable_stub.h \
        colourablesquare_stub.c \
+       colourablesquare_stub.h \
        colourable_cxx.cc \
        colourablesquare_cxx.cc
 eolian_cxx_simple_01_cxx_impl.$(OBJEXT): $(GENERATED)

-- 


Reply via email to