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.
This commit is contained in:
Akim Demaille
2013-06-11 15:26:48 +02:00
parent 94a6225578
commit 0fcc2e9a74

View File

@@ -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