Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaas Freitag <freitag@owncloud.com>2014-01-24 16:42:23 +0400
committerKlaas Freitag <freitag@owncloud.com>2014-01-24 16:43:05 +0400
commitf32d90165302b2ec0eb38111a7f9836bc815f7e6 (patch)
tree9131e90d4537f1406f5add9ad2166c993201f122 /csync/CMakeLists.txt
parentc585c73044260c36bfc4d86fe7189bfaf1bb7aee (diff)
Remove ocsyncs config which is unused in the owncloud client.
Diffstat (limited to 'csync/CMakeLists.txt')
-rw-r--r--csync/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/csync/CMakeLists.txt b/csync/CMakeLists.txt
index 87473ecb7..e6d0added 100644
--- a/csync/CMakeLists.txt
+++ b/csync/CMakeLists.txt
@@ -46,7 +46,6 @@ if (MEM_NULL_TESTS)
endif (MEM_NULL_TESTS)
add_subdirectory(src)
-add_subdirectory(config)
if (CMOCKA_FOUND AND UNIT_TESTING)
add_subdirectory(tests)