diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 20:02:55 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 21:02:00 +0200 |
commit | 533bad2a1503973aaf8186691422c2eda91d02d4 (patch) | |
tree | f7e52f62416048859aa9bde8425e20aac0e7c669 /libkpimexchange | |
parent | 8144d5434bbd1c4448a37695aed6ad3d348043d8 (diff) | |
download | tdepim-533bad2a1503973aaf8186691422c2eda91d02d4.tar.gz tdepim-533bad2a1503973aaf8186691422c2eda91d02d4.zip |
Additional k => tde renaming and fixes
Diffstat (limited to 'libkpimexchange')
-rw-r--r-- | libkpimexchange/Makefile.am | 2 | ||||
-rw-r--r-- | libkpimexchange/core/Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libkpimexchange/Makefile.am b/libkpimexchange/Makefile.am index 01224c05d..135f45992 100644 --- a/libkpimexchange/Makefile.am +++ b/libkpimexchange/Makefile.am @@ -11,7 +11,7 @@ lib_LTLIBRARIES = libkpimexchange.la libkpimexchange_la_SOURCES = dummy.cpp libkpimexchange_la_LDFLAGS = $(all_libraries) -no-undefined -version-info 1:0:0 libkpimexchange_la_LIBADD = core/libkpimexchangecore.la \ - $(LIB_KIO) $(top_builddir)/libkcal/libkcal.la + $(LIB_TDEIO) $(top_builddir)/libkcal/libkcal.la dummy.cpp: echo >dummy.cpp diff --git a/libkpimexchange/core/Makefile.am b/libkpimexchange/core/Makefile.am index 2c8b8bff2..64766f058 100644 --- a/libkpimexchange/core/Makefile.am +++ b/libkpimexchange/core/Makefile.am @@ -18,7 +18,7 @@ libkpimexchangecore_la_SOURCES = exchangeclient.cpp exchangeaccount.cpp \ utils.cpp exchangeprogress.cpp exchangemonitor.cpp #libkpimexchange_la_LDFLAGS = $(all_libraries) -no-undefined -version-info 1:0:0 -module -#libkpimexchange_la_LIBADD = $(LIB_KIO) $(top_builddir)/libkcal/libkcal.la +#libkpimexchange_la_LIBADD = $(LIB_TDEIO) $(top_builddir)/libkcal/libkcal.la tdepimincludedir = $(includedir)/tdepim tdepiminclude_HEADERS = exchangeclient.h exchangeaccount.h |