From 4c3dcef16169f9bb3849e1c9f82e627dd69e6c1d Mon Sep 17 00:00:00 2001 From: Savio Sena Date: Thu, 24 Jul 2014 19:35:12 -0300 Subject: [PATCH] autotools: Fixed 'make dist' for Eolian-Cxx Added .eo to EXTRA_DIST and *_stub.h to example's source lists. --- eolian_cxx/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/eolian_cxx/Makefile.am b/eolian_cxx/Makefile.am index bfd81344..253cd13a 100644 --- a/eolian_cxx/Makefile.am +++ b/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)