diff options
-rw-r--r-- | common/CMakeLists.txt | 1 | ||||
-rw-r--r-- | common/listener.cpp (renamed from synchronizer/listener.cpp) | 0 | ||||
-rw-r--r-- | common/listener.h (renamed from synchronizer/listener.h) | 0 | ||||
-rw-r--r-- | synchronizer/CMakeLists.txt | 1 |
4 files changed, 1 insertions, 1 deletions
diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index b242256..7778955 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt | |||
@@ -24,6 +24,7 @@ set(command_SRCS | |||
24 | resource.cpp | 24 | resource.cpp |
25 | genericresource.cpp | 25 | genericresource.cpp |
26 | resourceaccess.cpp | 26 | resourceaccess.cpp |
27 | listener.cpp | ||
27 | storage_common.cpp | 28 | storage_common.cpp |
28 | threadboundary.cpp | 29 | threadboundary.cpp |
29 | messagequeue.cpp | 30 | messagequeue.cpp |
diff --git a/synchronizer/listener.cpp b/common/listener.cpp index 4316c63..4316c63 100644 --- a/synchronizer/listener.cpp +++ b/common/listener.cpp | |||
diff --git a/synchronizer/listener.h b/common/listener.h index 560f052..560f052 100644 --- a/synchronizer/listener.h +++ b/common/listener.h | |||
diff --git a/synchronizer/CMakeLists.txt b/synchronizer/CMakeLists.txt index fe938e9..f0c235d 100644 --- a/synchronizer/CMakeLists.txt +++ b/synchronizer/CMakeLists.txt | |||
@@ -4,7 +4,6 @@ include_directories(${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR}) | |||
4 | 4 | ||
5 | set(akonadi2synchronizer_SRCS | 5 | set(akonadi2synchronizer_SRCS |
6 | main.cpp | 6 | main.cpp |
7 | listener.cpp | ||
8 | ) | 7 | ) |
9 | 8 | ||
10 | add_executable(${PROJECT_NAME} ${akonadi2synchronizer_SRCS}) | 9 | add_executable(${PROJECT_NAME} ${akonadi2synchronizer_SRCS}) |