cedric pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=48ee3ed15f7c5a0191fcdd602c80964413dc5553

commit 48ee3ed15f7c5a0191fcdd602c80964413dc5553
Author: Cedric BAIL <[email protected]>
Date:   Tue Sep 9 12:27:51 2014 +0200

    autotools: extra dist subdirs must be filled with all directory.
    
    It is important to remember to also include the one we don't build.
---
 src/Makefile.am | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index 689a55f..a4e211d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -115,17 +115,19 @@ if HAVE_ELUA
 EXAMPLES_SUBDIRS += examples/elua
 endif
 
-if HAVE_CXX11
-EXAMPLES_SUBDIRS += \
+EXAMPLES_CXX = \
 examples/eina_cxx \
 examples/eolian_cxx
+
+if HAVE_CXX11
+EXAMPLES_SUBDIRS += $(EXAMPLES_CXX)
 endif
 
 if ALWAYS_BUILD_EXAMPLES
 SUBDIRS += . $(EXAMPLES_SUBDIRS)
 endif
 
-DIST_SUBDIRS += $(EXAMPLES_SUBDIRS)
+DIST_SUBDIRS += $(EXAMPLES_SUBDIRS) $(EXAMPLES_CXX)
 
 examples: all-am
        @for d in $(EXAMPLES_SUBDIRS); do \

-- 


Reply via email to