diff options
Diffstat (limited to 'kresources/newexchange')
-rw-r--r-- | kresources/newexchange/CMakeLists.txt | 2 | ||||
-rw-r--r-- | kresources/newexchange/Makefile.am | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/kresources/newexchange/CMakeLists.txt b/kresources/newexchange/CMakeLists.txt index 325daa72f..23e1f9585 100644 --- a/kresources/newexchange/CMakeLists.txt +++ b/kresources/newexchange/CMakeLists.txt @@ -14,7 +14,7 @@ include_directories( ${CMAKE_CURRENT_BINARY_DIR}/../lib ${CMAKE_CURRENT_SOURCE_DIR}/../lib ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/libkdepim + ${CMAKE_SOURCE_DIR}/libtdepim ${TDE_INCLUDE_DIR} ${TQT_INCLUDE_DIRS} ) diff --git a/kresources/newexchange/Makefile.am b/kresources/newexchange/Makefile.am index 317e9863c..b4d4a9b41 100644 --- a/kresources/newexchange/Makefile.am +++ b/kresources/newexchange/Makefile.am @@ -11,7 +11,7 @@ libkcal_newexchange_la_LDFLAGS = $(KDE_RPATH) $(all_libraries) \ -version-info 1:0:0 -no-undefined libkcal_newexchange_la_LIBADD = \ libknewexchange.la ../lib/libkgroupwaredav.la \ - $(top_builddir)/libkcal/libkcal.la $(top_builddir)/libkdepim/libkdepim.la \ + $(top_builddir)/libkcal/libkcal.la $(top_builddir)/libtdepim/libtdepim.la \ -lkabc libkabc_newexchange_la_SOURCES = kabc_resourceexchange.cpp exchangeaddressbookadaptor.cpp @@ -19,7 +19,7 @@ libkabc_newexchange_la_LDFLAGS = $(KDE_RPATH) $(all_libraries) \ -version-info 1:0:0 -no-undefined libkabc_newexchange_la_LIBADD = \ libknewexchange.la ../lib/libkgroupwaredav.la \ - $(top_builddir)/libkcal/libkcal.la $(top_builddir)/libkdepim/libkdepim.la \ + $(top_builddir)/libkcal/libkcal.la $(top_builddir)/libtdepim/libtdepim.la \ -lkabc kde_module_LTLIBRARIES = kcal_newexchange.la kabc_newexchange.la |