summaryrefslogtreecommitdiffstats
path: root/kontact/plugins/weather
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 /kontact/plugins/weather
parentc60dbcd2d1ac60d5044c2558028801b4c6afd77e (diff)
downloadtdepim-38188136cc426b4bb00abf6f8c7c90b4bb27c453.tar.gz
tdepim-38188136cc426b4bb00abf6f8c7c90b4bb27c453.zip
Rename kde libraries to tde
Diffstat (limited to 'kontact/plugins/weather')
-rw-r--r--kontact/plugins/weather/CMakeLists.txt2
-rw-r--r--kontact/plugins/weather/Makefile.am4
2 files changed, 3 insertions, 3 deletions
diff --git a/kontact/plugins/weather/CMakeLists.txt b/kontact/plugins/weather/CMakeLists.txt
index ad3d1792..3c3928cb 100644
--- a/kontact/plugins/weather/CMakeLists.txt
+++ b/kontact/plugins/weather/CMakeLists.txt
@@ -12,7 +12,7 @@
include_directories(
${CMAKE_CURRENT_BINARY_DIR}
${CMAKE_CURRENT_SOURCE_DIR}/../../interfaces
- ${CMAKE_SOURCE_DIR}/libkdepim
+ ${CMAKE_SOURCE_DIR}/libtdepim
${TDE_INCLUDE_DIR}
${TQT_INCLUDE_DIRS}
)
diff --git a/kontact/plugins/weather/Makefile.am b/kontact/plugins/weather/Makefile.am
index dc547a0c..2bd4cfbf 100644
--- a/kontact/plugins/weather/Makefile.am
+++ b/kontact/plugins/weather/Makefile.am
@@ -1,8 +1,8 @@
-INCLUDES = -I$(top_srcdir)/kontact/interfaces -I$(top_srcdir)/libkdepim -I$(top_srcdir) $(all_includes)
+INCLUDES = -I$(top_srcdir)/kontact/interfaces -I$(top_srcdir)/libtdepim -I$(top_srcdir) $(all_includes)
kde_module_LTLIBRARIES = libkontact_weatherplugin.la
libkontact_weatherplugin_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN)
-libkontact_weatherplugin_la_LIBADD = $(top_builddir)/kontact/interfaces/libkpinterfaces.la $(LIB_KPARTS) $(top_builddir)/libkdepim/libkdepim.la
+libkontact_weatherplugin_la_LIBADD = $(top_builddir)/kontact/interfaces/libkpinterfaces.la $(LIB_KPARTS) $(top_builddir)/libtdepim/libtdepim.la
libkontact_weatherplugin_la_SOURCES = weather_plugin.cpp summarywidget.cpp \
summarywidget.skel