summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/configure.ac
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2010-04-19 06:26:26 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2010-04-19 06:26:26 +0000
commit9494282e751d485d79e93ad0a37bd5d4f26011a7 (patch)
tree3ee5e8f37c5184fd260314e4fba9348818aa5ce2 /sca-cpp/trunk/configure.ac
parent400b52e0955b569ab6a3d551570b8aaf369358d5 (diff)
Add a tinycdb-based nosql SCA component and integrate with server. Add a version of the store test that works with the nosql component.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@935459 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-cpp/trunk/configure.ac')
-rw-r--r--sca-cpp/trunk/configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/sca-cpp/trunk/configure.ac b/sca-cpp/trunk/configure.ac
index 9a522bd532..abcc948dd3 100644
--- a/sca-cpp/trunk/configure.ac
+++ b/sca-cpp/trunk/configure.ac
@@ -709,6 +709,7 @@ AC_CONFIG_FILES([Makefile
test/store-java/Makefile
test/store-gae/Makefile
test/store-sql/Makefile
+ test/store-nosql/Makefile
doc/Makefile
doc/Doxyfile
])