From 1f1af3587a9a9f666c3faa76a651553c292ebc40 Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Mon, 14 Sep 2009 05:55:17 +0000 Subject: Adjusted makefiles and configure.ac to start to build the store sample. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@814482 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/sca/samples/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpp/sca/samples/Makefile.am') diff --git a/cpp/sca/samples/Makefile.am b/cpp/sca/samples/Makefile.am index 0fdf524cc1..66c4cd260a 100644 --- a/cpp/sca/samples/Makefile.am +++ b/cpp/sca/samples/Makefile.am @@ -16,13 +16,13 @@ # under the License. if WANT_ALL_SAMPLES - CPP_SAMPLES = CppCalculator CppBigBank + CPP_SAMPLES = CppCalculator CppBigBank store PYTHON_SAMPLES = PythonCalculator PythonWeatherForecast RestCustomer AlertAggregator RUBY_SAMPLES = RubyCalculator RubyBigBank HttpdBigBank RestCalculator PYTHON_RUBY_SAMPLES = RestYahoo else if WANT_CPP_SAMPLES - CPP_SAMPLES = CppCalculator CppBigBank + CPP_SAMPLES = CppCalculator CppBigBank store endif if WANT_PYTHON_SAMPLES PYTHON_SAMPLES = PythonCalculator PythonWeatherForecast RestCustomer AlertAggregator -- cgit v1.2.3