You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by aj...@apache.org on 2007/02/09 11:58:38 UTC

svn commit: r505248 - /incubator/tuscany/cpp/sca/samples/AlertAggregator/Makefile.am

Author: ajborley
Date: Fri Feb  9 02:58:37 2007
New Revision: 505248

URL: http://svn.apache.org/viewvc?view=rev&rev=505248
Log:
Fixed Alert Aggregator sample makefile

Modified:
    incubator/tuscany/cpp/sca/samples/AlertAggregator/Makefile.am

Modified: incubator/tuscany/cpp/sca/samples/AlertAggregator/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/AlertAggregator/Makefile.am?view=diff&rev=505248&r1=505247&r2=505248
==============================================================================
--- incubator/tuscany/cpp/sca/samples/AlertAggregator/Makefile.am (original)
+++ incubator/tuscany/cpp/sca/samples/AlertAggregator/Makefile.am Fri Feb  9 02:58:37 2007
@@ -16,6 +16,6 @@
 #  under the License.
 
 deploydir=$(prefix)/samples/PythonCalculator/deploy
-SUBDIRS = sample.alerter sample.alerter.client httpserver
-EXTRA_DIST = *.composite README.html
-deploy_DATA = *.composite
+SUBDIRS = sample.alerter sample.display httpserver
+EXTRA_DIST = *.composite *.xml README.html
+deploy_DATA = *.composite *.xml



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org