From 4652fc4cb7ff0947227d4bb4ea5f6a263f1fe43a Mon Sep 17 00:00:00 2001 From: Felipe Magno de Almeida Date: Thu, 14 Dec 2017 18:19:54 -0200 Subject: [PATCH] eolian-cxx: Fix distributing eo files in examples --- eolian_cxx/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/eolian_cxx/Makefile.am b/eolian_cxx/Makefile.am index fc9ec904..16cddb34 100644 --- a/eolian_cxx/Makefile.am +++ b/eolian_cxx/Makefile.am @@ -79,7 +79,7 @@ SRCS = \ eolian_cxx_simple_01.cc \ eolian_cxx_callbacks_01.cc \ ns_colourable.eo \ - ns_colourablesquare.eo + ns_colourablesquare.eo \ $(IMPL) if HAVE_CXX @@ -121,7 +121,9 @@ eolian_cxx_callbacks_01_SOURCES = eolian_cxx_callbacks_01.cc endif DATA_FILES = Makefile.examples $(ECXX_EXAMPLE_EOS) -EXTRA_DIST = $(DATA_FILES) +EXTRA_DIST = $(DATA_FILES) \ +ns_colourable.eo \ +ns_colourablesquare.eo %.eo.hh: %.eo $(AM_V_EOLCXX)$(EOLIAN_CXX) $(EOLIAN_FLAGS) -I${abs_srcdir} -o $@ $<