diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-17 23:41:27 +0000 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-17 23:41:27 +0000 |
commit | 070482fcc398b8c5c25c8d3add69ed975ea2edd4 (patch) | |
tree | 0f100dc5bc86b0f5877cb74a02669ecf16122a4a /tderesources/kolab | |
parent | 00260fbb76eae21106094be8736ef0f1dabde387 (diff) | |
download | tdepim-070482fcc398b8c5c25c8d3add69ed975ea2edd4.tar.gz tdepim-070482fcc398b8c5c25c8d3add69ed975ea2edd4.zip |
Fix FTBFS
Diffstat (limited to 'tderesources/kolab')
-rw-r--r-- | tderesources/kolab/CMakeLists.txt | 2 | ||||
-rw-r--r-- | tderesources/kolab/Makefile.am | 2 | ||||
-rw-r--r-- | tderesources/kolab/tdeabc/CMakeLists.txt (renamed from tderesources/kolab/kabc/CMakeLists.txt) | 0 | ||||
-rw-r--r-- | tderesources/kolab/tdeabc/Makefile.am (renamed from tderesources/kolab/kabc/Makefile.am) | 0 | ||||
-rw-r--r-- | tderesources/kolab/tdeabc/contact.cpp (renamed from tderesources/kolab/kabc/contact.cpp) | 0 | ||||
-rw-r--r-- | tderesources/kolab/tdeabc/contact.h (renamed from tderesources/kolab/kabc/contact.h) | 0 | ||||
-rw-r--r-- | tderesources/kolab/tdeabc/kolab.desktop (renamed from tderesources/kolab/kabc/kolab.desktop) | 0 | ||||
-rw-r--r-- | tderesources/kolab/tdeabc/resourcekolab.cpp (renamed from tderesources/kolab/kabc/resourcekolab.cpp) | 0 | ||||
-rw-r--r-- | tderesources/kolab/tdeabc/resourcekolab.h (renamed from tderesources/kolab/kabc/resourcekolab.h) | 0 | ||||
-rw-r--r-- | tderesources/kolab/tdeabc/resourcekolab_plugin.cpp (renamed from tderesources/kolab/kabc/resourcekolab_plugin.cpp) | 0 |
10 files changed, 2 insertions, 2 deletions
diff --git a/tderesources/kolab/CMakeLists.txt b/tderesources/kolab/CMakeLists.txt index d8d194432..9fb08e18c 100644 --- a/tderesources/kolab/CMakeLists.txt +++ b/tderesources/kolab/CMakeLists.txt @@ -10,7 +10,7 @@ ################################################# add_subdirectory( shared ) -add_subdirectory( kabc ) +add_subdirectory( tdeabc ) add_subdirectory( knotes ) add_subdirectory( kcal ) diff --git a/tderesources/kolab/Makefile.am b/tderesources/kolab/Makefile.am index 3b8838433..a208ed949 100644 --- a/tderesources/kolab/Makefile.am +++ b/tderesources/kolab/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = shared kabc knotes kcal +SUBDIRS = shared tdeabc knotes kcal updatedir = $(kde_datadir)/tdeconf_update update_DATA = kolab-resource.upd diff --git a/tderesources/kolab/kabc/CMakeLists.txt b/tderesources/kolab/tdeabc/CMakeLists.txt index f3a5596e6..f3a5596e6 100644 --- a/tderesources/kolab/kabc/CMakeLists.txt +++ b/tderesources/kolab/tdeabc/CMakeLists.txt diff --git a/tderesources/kolab/kabc/Makefile.am b/tderesources/kolab/tdeabc/Makefile.am index 7b552e903..7b552e903 100644 --- a/tderesources/kolab/kabc/Makefile.am +++ b/tderesources/kolab/tdeabc/Makefile.am diff --git a/tderesources/kolab/kabc/contact.cpp b/tderesources/kolab/tdeabc/contact.cpp index fec56ec6f..fec56ec6f 100644 --- a/tderesources/kolab/kabc/contact.cpp +++ b/tderesources/kolab/tdeabc/contact.cpp diff --git a/tderesources/kolab/kabc/contact.h b/tderesources/kolab/tdeabc/contact.h index 6e0de80bc..6e0de80bc 100644 --- a/tderesources/kolab/kabc/contact.h +++ b/tderesources/kolab/tdeabc/contact.h diff --git a/tderesources/kolab/kabc/kolab.desktop b/tderesources/kolab/tdeabc/kolab.desktop index 6250176f4..6250176f4 100644 --- a/tderesources/kolab/kabc/kolab.desktop +++ b/tderesources/kolab/tdeabc/kolab.desktop diff --git a/tderesources/kolab/kabc/resourcekolab.cpp b/tderesources/kolab/tdeabc/resourcekolab.cpp index 226d7da89..226d7da89 100644 --- a/tderesources/kolab/kabc/resourcekolab.cpp +++ b/tderesources/kolab/tdeabc/resourcekolab.cpp diff --git a/tderesources/kolab/kabc/resourcekolab.h b/tderesources/kolab/tdeabc/resourcekolab.h index 3a142b209..3a142b209 100644 --- a/tderesources/kolab/kabc/resourcekolab.h +++ b/tderesources/kolab/tdeabc/resourcekolab.h diff --git a/tderesources/kolab/kabc/resourcekolab_plugin.cpp b/tderesources/kolab/tdeabc/resourcekolab_plugin.cpp index 686f3403e..686f3403e 100644 --- a/tderesources/kolab/kabc/resourcekolab_plugin.cpp +++ b/tderesources/kolab/tdeabc/resourcekolab_plugin.cpp |