Fixed build break. Added missing dir and fix server configuration script.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@883256 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1c2df9a245
commit
9118461eff
4 changed files with 21 additions and 1 deletions
|
|
@ -202,6 +202,7 @@ AC_CONFIG_FILES([Makefile
|
|||
components/Makefile
|
||||
components/cache/Makefile
|
||||
components/store/Makefile
|
||||
samples/Makefile
|
||||
test/Makefile
|
||||
test/store-object/Makefile
|
||||
test/store-function/Makefile
|
||||
|
|
|
|||
|
|
@ -27,6 +27,5 @@ mkdir -p $root/conf
|
|||
cat >>$root/conf/httpd.conf <<EOF
|
||||
LoadModule mod_tuscany_eval $here/.libs/libmod_tuscany_eval.so
|
||||
LoadModule mod_tuscany_wiring $here/.libs/libmod_tuscany_wiring.so
|
||||
LoadModule mod_tuscany_cache $here/.libs/libmod_tuscany_cache.so
|
||||
EOF
|
||||
|
||||
|
|
|
|||
17
sca-cpp/trunk/samples/Makefile.am
Normal file
17
sca-cpp/trunk/samples/Makefile.am
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# Licensed to the Apache Software Foundation (ASF) under one
|
||||
# or more contributor license agreements. See the NOTICE file
|
||||
# distributed with this work for additional information
|
||||
# regarding copyright ownership. The ASF licenses this file
|
||||
# to you under the Apache License, Version 2.0 (the
|
||||
# "License"); you may not use this file except in compliance
|
||||
# with the License. You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing,
|
||||
# software distributed under the License is distributed on an
|
||||
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
# KIND, either express or implied. See the License for the
|
||||
# specific language governing permissions and limitations
|
||||
# under the License.
|
||||
|
||||
3
sca-cpp/trunk/samples/README
Normal file
3
sca-cpp/trunk/samples/README
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
Apache Tuscany SCA Samples
|
||||
==========================
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue