summaryrefslogtreecommitdiffstats
path: root/tderesources/newexchange
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-17 22:59:34 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-17 22:59:34 -0600
commitaee222adb79c8dda84b08c239e9a9e7b04d08a93 (patch)
treeb7056cb6163d72fa713426659eef515b592721a2 /tderesources/newexchange
parent070482fcc398b8c5c25c8d3add69ed975ea2edd4 (diff)
downloadtdepim-aee222adb79c8dda84b08c239e9a9e7b04d08a93.tar.gz
tdepim-aee222adb79c8dda84b08c239e9a9e7b04d08a93.zip
Fix references to lkabc
Diffstat (limited to 'tderesources/newexchange')
-rw-r--r--tderesources/newexchange/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/tderesources/newexchange/Makefile.am b/tderesources/newexchange/Makefile.am
index f5f9191bd..305e6146c 100644
--- a/tderesources/newexchange/Makefile.am
+++ b/tderesources/newexchange/Makefile.am
@@ -12,7 +12,7 @@ libkcal_newexchange_la_LDFLAGS = $(KDE_RPATH) $(all_libraries) \
libkcal_newexchange_la_LIBADD = \
libknewexchange.la ../lib/libkgroupwaredav.la \
$(top_builddir)/libkcal/libkcal.la $(top_builddir)/libtdepim/libtdepim.la \
- -lkabc
+ -ltdeabc
libtdeabc_newexchange_la_SOURCES = tdeabc_resourceexchange.cpp exchangeaddressbookadaptor.cpp
libtdeabc_newexchange_la_LDFLAGS = $(KDE_RPATH) $(all_libraries) \
@@ -20,7 +20,7 @@ libtdeabc_newexchange_la_LDFLAGS = $(KDE_RPATH) $(all_libraries) \
libtdeabc_newexchange_la_LIBADD = \
libknewexchange.la ../lib/libkgroupwaredav.la \
$(top_builddir)/libkcal/libkcal.la $(top_builddir)/libtdepim/libtdepim.la \
- -lkabc
+ -ltdeabc
kde_module_LTLIBRARIES = kcal_newexchange.la tdeabc_newexchange.la