summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/configure.ac
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2010-05-13 05:28:37 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2010-05-13 05:28:37 +0000
commitd97c0ec46c554920350403623d70938216b5a2b0 (patch)
treed9b5c381b64bae295b407353685207a02bd7f772 /sca-cpp/trunk/configure.ac
parent1e5e2e13bee367edc36aa6ee94be4ddfb34378ec (diff)
Move samples to samples directory.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943805 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-cpp/trunk/configure.ac')
-rw-r--r--sca-cpp/trunk/configure.ac15
1 files changed, 7 insertions, 8 deletions
diff --git a/sca-cpp/trunk/configure.ac b/sca-cpp/trunk/configure.ac
index abcc948dd3..c114410f0e 100644
--- a/sca-cpp/trunk/configure.ac
+++ b/sca-cpp/trunk/configure.ac
@@ -702,14 +702,13 @@ AC_CONFIG_FILES([Makefile
components/sqldb/Makefile
components/webservice/Makefile
samples/Makefile
- test/Makefile
- test/store-scheme/Makefile
- test/store-cpp/Makefile
- test/store-python/Makefile
- test/store-java/Makefile
- test/store-gae/Makefile
- test/store-sql/Makefile
- test/store-nosql/Makefile
+ samples/store-scheme/Makefile
+ samples/store-cpp/Makefile
+ samples/store-python/Makefile
+ samples/store-java/Makefile
+ samples/store-gae/Makefile
+ samples/store-sql/Makefile
+ samples/store-nosql/Makefile
doc/Makefile
doc/Doxyfile
])