summaryrefslogtreecommitdiffstats
path: root/cpp/sca/runtime/extensions
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2009-08-24 06:54:57 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2009-08-24 06:54:57 +0000
commita90343b4cf7a42a7b5fa3cf0a0e22ff54522baeb (patch)
tree5b7ff67370137ce7aff40f02a58c8845835e5b10 /cpp/sca/runtime/extensions
parente57c0473bd02a8ae5889156e5ea02051efe14b5a (diff)
Minor changes to the Autoconf build files. SCA and SDO builds are working again.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@807102 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/sca/runtime/extensions')
-rw-r--r--cpp/sca/runtime/extensions/cpp/Makefile.am4
-rw-r--r--cpp/sca/runtime/extensions/cpp/tools/scagen/Makefile.am2
2 files changed, 3 insertions, 3 deletions
diff --git a/cpp/sca/runtime/extensions/cpp/Makefile.am b/cpp/sca/runtime/extensions/cpp/Makefile.am
index 7fac33118a..3ef2b728b3 100644
--- a/cpp/sca/runtime/extensions/cpp/Makefile.am
+++ b/cpp/sca/runtime/extensions/cpp/Makefile.am
@@ -15,10 +15,10 @@
# specific language governing permissions and limitations
# under the License.
-SUBDIRS = src
+SUBDIRS = src tools
datadir=$(prefix)/extensions/cpp
nobase_data_DATA = xsd/*.xsd
-EXTRA_DIST = xsd \ No newline at end of file
+EXTRA_DIST = xsd
diff --git a/cpp/sca/runtime/extensions/cpp/tools/scagen/Makefile.am b/cpp/sca/runtime/extensions/cpp/tools/scagen/Makefile.am
index 35f72cef08..550e53fbfb 100644
--- a/cpp/sca/runtime/extensions/cpp/tools/scagen/Makefile.am
+++ b/cpp/sca/runtime/extensions/cpp/tools/scagen/Makefile.am
@@ -29,7 +29,7 @@ clean:
rm -f scagen_build
install-exec-hook:
- cp bld/scagen.jar $(bindir)
+ cp build/scagen.jar $(bindir)