Author: ajborley
Date: Fri Feb 9 01:54:10 2007
New Revision: 505232
URL: http://svn.apache.org/viewvc?view=rev&rev=505232
Log:
Add Linux build support for Alert Aggregator sample
Modified:
incubator/tuscany/cpp/sca/samples/Makefile.am
incubator/tuscany/cpp/sca/samples/configure.ac
Modified: incubator/tuscany/cpp/sca/samples/Makefile.am
URL:
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/Makefile.am?view=diff&rev=505232&r1=505231&r2=505232
==============================================================================
--- incubator/tuscany/cpp/sca/samples/Makefile.am (original)
+++ incubator/tuscany/cpp/sca/samples/Makefile.am Fri Feb 9 01:54:10 2007
@@ -20,7 +20,7 @@
if WITH_AXIS2C
CPP_AXIS2C_SAMPLES = CppBigBank
endif
- PYTHON_SAMPLES = PythonCalculator PythonWeatherForecast RestCustomer
+ PYTHON_SAMPLES = PythonCalculator PythonWeatherForecast RestCustomer
AlertAggregator
RUBY_SAMPLES = RubyCalculator RubyBigBank HttpdBigBank RestCalculator
PYTHON_RUBY_SAMPLES = RestYahoo
else
@@ -31,7 +31,7 @@
endif
endif
if WANT_PYTHON_SAMPLES
- PYTHON_SAMPLES = PythonCalculator PythonWeatherForecast RestCustomer
+ PYTHON_SAMPLES = PythonCalculator PythonWeatherForecast RestCustomer
AlertAggregator
if WANT_RUBY_SAMPLES
PYTHON_RUBY_SAMPLES = RestYahoo
endif
Modified: incubator/tuscany/cpp/sca/samples/configure.ac
URL:
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/configure.ac?view=diff&rev=505232&r1=505231&r2=505232
==============================================================================
--- incubator/tuscany/cpp/sca/samples/configure.ac (original)
+++ incubator/tuscany/cpp/sca/samples/configure.ac Fri Feb 9 01:54:10 2007
@@ -185,7 +185,11 @@
)
AM_CONDITIONAL([WANT_PHP_SAMPLES], [test x$want_php_samples = xtrue])
-AC_CONFIG_FILES([Makefile
+AC_CONFIG_FILES([Makefile
+ AlertAggregator/Makefile
+ AlertAggregator/sample.alerter/Makefile
+ AlertAggregator/sample.display/Makefile
+ AlertAggregator/httpserver/Makefile
CppCalculator/Makefile
CppCalculator/sample.calculator/Makefile
CppCalculator/sample.calculator.client/Makefile
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]