diff options
author | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2009-09-14 05:55:17 +0000 |
---|---|---|
committer | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2009-09-14 05:55:17 +0000 |
commit | 1f1af3587a9a9f666c3faa76a651553c292ebc40 (patch) | |
tree | 4dc362816031da471cc3bf4bb3fb52f31d3903d4 /cpp/sca/runtime/core | |
parent | 67618c80483e01793351b20cbbbc5a56a6a8f016 (diff) |
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
Diffstat (limited to 'cpp/sca/runtime/core')
-rw-r--r-- | cpp/sca/runtime/core/src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/sca/runtime/core/src/Makefile.am b/cpp/sca/runtime/core/src/Makefile.am index ebba243583..63c0a1e083 100644 --- a/cpp/sca/runtime/core/src/Makefile.am +++ b/cpp/sca/runtime/core/src/Makefile.am @@ -18,6 +18,7 @@ lib_LTLIBRARIES = libtuscany_sca.la nobase_include_HEADERS = \ +tuscany/*.hpp \ tuscany/sca/*.h \ tuscany/sca/core/*.h \ tuscany/sca/model/*.h \ |