summaryrefslogtreecommitdiffstats
path: root/kode
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-05 21:46:25 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-05 21:46:25 -0500
commit38188136cc426b4bb00abf6f8c7c90b4bb27c453 (patch)
treecc6c53ffa4ace78115bef8c4e0a1007d65dd598d /kode
parentc60dbcd2d1ac60d5044c2558028801b4c6afd77e (diff)
downloadtdepim-38188136cc426b4bb00abf6f8c7c90b4bb27c453.tar.gz
tdepim-38188136cc426b4bb00abf6f8c7c90b4bb27c453.zip
Rename kde libraries to tde
Diffstat (limited to 'kode')
-rw-r--r--kode/CMakeLists.txt2
-rw-r--r--kode/kwsdl/Makefile.am2
-rw-r--r--kode/kwsdl/creator.cpp2
-rw-r--r--kode/kwsdl/kung/Makefile.am2
-rw-r--r--kode/kwsdl/schema/Makefile.am2
-rw-r--r--kode/kwsdl/tests/google/Makefile.am2
-rw-r--r--kode/kwsdl/wscl/Makefile.am2
-rw-r--r--kode/kxml_compiler/CMakeLists.txt2
-rw-r--r--kode/kxml_compiler/Makefile.am2
9 files changed, 9 insertions, 9 deletions
diff --git a/kode/CMakeLists.txt b/kode/CMakeLists.txt
index 03b4cf661..616f2f942 100644
--- a/kode/CMakeLists.txt
+++ b/kode/CMakeLists.txt
@@ -12,7 +12,7 @@
add_subdirectory( kxml_compiler )
include_directories(
- ${CMAKE_SOURCE_DIR}/libkdepim
+ ${CMAKE_SOURCE_DIR}/libtdepim
${TDE_INCLUDE_DIR}
${TQT_INCLUDE_DIRS}
)
diff --git a/kode/kwsdl/Makefile.am b/kode/kwsdl/Makefile.am
index 138759978..62bea4553 100644
--- a/kode/kwsdl/Makefile.am
+++ b/kode/kwsdl/Makefile.am
@@ -1,6 +1,6 @@
SUBDIRS = schema . wscl tests kung
-INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/libkdepim $(all_includes)
+INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/libtdepim $(all_includes)
lib_LTLIBRARIES = libwsdl.la
diff --git a/kode/kwsdl/creator.cpp b/kode/kwsdl/creator.cpp
index 32e7eb4b5..4c108693a 100644
--- a/kode/kwsdl/creator.cpp
+++ b/kode/kwsdl/creator.cpp
@@ -64,7 +64,7 @@ void Creator::create( const KODE::Class::List &list )
KODE::AutoMakefile makefile;
makefile.addTarget( libTarget );
- makefile.addEntry( "INCLUDES", "-I$(top_srcdir) -I$(top_srcdir)/libkdepim $(all_includes)" );
+ makefile.addEntry( "INCLUDES", "-I$(top_srcdir) -I$(top_srcdir)/libtdepim $(all_includes)" );
makefile.addEntry( "METASOURCES", "AUTO" );
printer.printAutoMakefile( makefile );
diff --git a/kode/kwsdl/kung/Makefile.am b/kode/kwsdl/kung/Makefile.am
index f979c09dc..4e044bc06 100644
--- a/kode/kwsdl/kung/Makefile.am
+++ b/kode/kwsdl/kung/Makefile.am
@@ -1,4 +1,4 @@
-INCLUDES = -I$(top_srcdir) -I.. -I$(top_srcdir)/kode -I$(top_srcdir)/kode/kwsdl -I$(top_srcdir)/libkdepim $(all_includes)
+INCLUDES = -I$(top_srcdir) -I.. -I$(top_srcdir)/kode -I$(top_srcdir)/kode/kwsdl -I$(top_srcdir)/libtdepim $(all_includes)
bin_PROGRAMS = kung
kung_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
diff --git a/kode/kwsdl/schema/Makefile.am b/kode/kwsdl/schema/Makefile.am
index 327c83a31..b03033073 100644
--- a/kode/kwsdl/schema/Makefile.am
+++ b/kode/kwsdl/schema/Makefile.am
@@ -1,4 +1,4 @@
-INCLUDES = -I$(top_srcdir) -I.. -I$(top_srcdir)/libkdepim $(all_includes)
+INCLUDES = -I$(top_srcdir) -I.. -I$(top_srcdir)/libtdepim $(all_includes)
lib_LTLIBRARIES = libschema.la
diff --git a/kode/kwsdl/tests/google/Makefile.am b/kode/kwsdl/tests/google/Makefile.am
index 62b74bc1b..a7ef04a05 100644
--- a/kode/kwsdl/tests/google/Makefile.am
+++ b/kode/kwsdl/tests/google/Makefile.am
@@ -1,4 +1,4 @@
-INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/libkdepim $(all_includes)
+INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/libtdepim $(all_includes)
METASOURCES = AUTO
bin_PROGRAMS = googletest
diff --git a/kode/kwsdl/wscl/Makefile.am b/kode/kwsdl/wscl/Makefile.am
index a04dd54e5..7867decbf 100644
--- a/kode/kwsdl/wscl/Makefile.am
+++ b/kode/kwsdl/wscl/Makefile.am
@@ -1,4 +1,4 @@
-INCLUDES = -I$(top_srcdir) -I.. -I$(top_srcdir)/libkdepim $(all_includes)
+INCLUDES = -I$(top_srcdir) -I.. -I$(top_srcdir)/libtdepim $(all_includes)
lib_LTLIBRARIES = libwscl.la
diff --git a/kode/kxml_compiler/CMakeLists.txt b/kode/kxml_compiler/CMakeLists.txt
index a84bdb630..bbb8a5b94 100644
--- a/kode/kxml_compiler/CMakeLists.txt
+++ b/kode/kxml_compiler/CMakeLists.txt
@@ -11,7 +11,7 @@
include_directories(
${CMAKE_SOURCE_DIR}
- ${CMAKE_SOURCE_DIR}/libkdepim
+ ${CMAKE_SOURCE_DIR}/libtdepim
${TDE_INCLUDE_DIR}
${TQT_INCLUDE_DIRS}
)
diff --git a/kode/kxml_compiler/Makefile.am b/kode/kxml_compiler/Makefile.am
index 97cb60fec..76829a271 100644
--- a/kode/kxml_compiler/Makefile.am
+++ b/kode/kxml_compiler/Makefile.am
@@ -1,4 +1,4 @@
-INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/libkdepim $(all_includes)
+INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/libtdepim $(all_includes)
bin_PROGRAMS = kxml_compiler