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 /tderesources/egroupware | |
parent | 070482fcc398b8c5c25c8d3add69ed975ea2edd4 (diff) | |
download | tdepim-aee222adb79c8dda84b08c239e9a9e7b04d08a93.tar.gz tdepim-aee222adb79c8dda84b08c239e9a9e7b04d08a93.zip |
Fix references to lkabc
Diffstat (limited to 'tderesources/egroupware')
-rw-r--r-- | tderesources/egroupware/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tderesources/egroupware/Makefile.am b/tderesources/egroupware/Makefile.am index c76442b79..644b68a34 100644 --- a/tderesources/egroupware/Makefile.am +++ b/tderesources/egroupware/Makefile.am @@ -20,7 +20,7 @@ lib_LTLIBRARIES = libtdeabc_xmlrpc.la libkcal_xmlrpc.la libknotes_xmlrpc.la libtdeabc_xmlrpc_la_SOURCES = tdeabc_resourcexmlrpc.cpp tdeabc_resourcexmlrpcconfig.cpp \ tdeabc_egroupwareprefs.kcfgc libtdeabc_xmlrpc_la_LDFLAGS = $(KDE_RPATH) $(all_libraries) -version-info 1:0:0 -no-undefined -libtdeabc_xmlrpc_la_LIBADD = $(LIB_KIO) -lkabc $(top_builddir)/libtdepim/libtdepim.la \ +libtdeabc_xmlrpc_la_LIBADD = $(LIB_KIO) -ltdeabc $(top_builddir)/libtdepim/libtdepim.la \ $(top_builddir)/kaddressbook/common/libkabcommon.la \ libegwcommon.la |