diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-17 22:59:34 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-17 22:59:34 -0600 |
commit | aee222adb79c8dda84b08c239e9a9e7b04d08a93 (patch) | |
tree | b7056cb6163d72fa713426659eef515b592721a2 /kontact/plugins | |
parent | 070482fcc398b8c5c25c8d3add69ed975ea2edd4 (diff) | |
download | tdepim-aee222adb79c8dda84b08c239e9a9e7b04d08a93.tar.gz tdepim-aee222adb79c8dda84b08c239e9a9e7b04d08a93.zip |
Fix references to lkabc
Diffstat (limited to 'kontact/plugins')
-rw-r--r-- | kontact/plugins/kaddressbook/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kontact/plugins/kaddressbook/Makefile.am b/kontact/plugins/kaddressbook/Makefile.am index 8cbe4f4a9..3f814d303 100644 --- a/kontact/plugins/kaddressbook/Makefile.am +++ b/kontact/plugins/kaddressbook/Makefile.am @@ -1,7 +1,7 @@ INCLUDES = -I$(top_srcdir)/kontact/interfaces -I$(top_srcdir) $(all_includes) kde_module_LTLIBRARIES = libkontact_kaddressbookplugin.la -libkontact_kaddressbookplugin_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -lkabc +libkontact_kaddressbookplugin_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -ltdeabc libkontact_kaddressbookplugin_la_LIBADD = $(top_builddir)/kontact/interfaces/libkpinterfaces.la $(top_builddir)/libtdepim/libtdepim.la libkontact_kaddressbookplugin_la_SOURCES = kaddressbook_plugin.cpp \ |