diff options
Diffstat (limited to 'kontact/plugins/kaddressbook/Makefile.am')
-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 a769f29d8..8cbe4f4a9 100644 --- a/kontact/plugins/kaddressbook/Makefile.am +++ b/kontact/plugins/kaddressbook/Makefile.am @@ -2,7 +2,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_LIBADD = $(top_builddir)/kontact/interfaces/libkpinterfaces.la $(top_builddir)/libkdepim/libkdepim.la +libkontact_kaddressbookplugin_la_LIBADD = $(top_builddir)/kontact/interfaces/libkpinterfaces.la $(top_builddir)/libtdepim/libtdepim.la libkontact_kaddressbookplugin_la_SOURCES = kaddressbook_plugin.cpp \ kaddressbookiface.stub \ |