From 0fcc2e9a740785bc2aade5199f979832ebd74fdf Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Tue, 11 Jun 2013 15:26:48 +0200 Subject: [PATCH] build: ship all the files, even if the C++ compiler is broken * examples/calc++/local.mk: Be sure to ship calc++.test even if the current C++ compiler is not sufficient to run the tests. --- examples/calc++/local.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/calc++/local.mk b/examples/calc++/local.mk index b260001a..d1d43a04 100644 --- a/examples/calc++/local.mk +++ b/examples/calc++/local.mk @@ -71,4 +71,6 @@ nodist_examples_calc___calc___SOURCES = \ examples_calc___calc___CPPFLAGS = -I$(top_builddir)/examples/calc++ examples_calc___calc___CXXFLAGS = $(AM_CXXFLAGS) $(FLEX_SCANNER_CXXFLAGS) dist_TESTS += examples/calc++/calc++.test +else +EXTRA_DIST += examples/calc++/calc++.test endif -- 2.50.0