diff options
author | Timothy Pearson <[email protected]> | 2013-02-17 22:59:34 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-17 22:59:34 -0600 |
commit | aee222adb79c8dda84b08c239e9a9e7b04d08a93 (patch) | |
tree | b7056cb6163d72fa713426659eef515b592721a2 /tderesources/groupwise/Makefile.am | |
parent | 070482fcc398b8c5c25c8d3add69ed975ea2edd4 (diff) | |
download | tdepim-aee222adb79c8dda84b08c239e9a9e7b04d08a93.tar.gz tdepim-aee222adb79c8dda84b08c239e9a9e7b04d08a93.zip |
Fix references to lkabc
Diffstat (limited to 'tderesources/groupwise/Makefile.am')
-rw-r--r-- | tderesources/groupwise/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tderesources/groupwise/Makefile.am b/tderesources/groupwise/Makefile.am index c098935db..7687215a9 100644 --- a/tderesources/groupwise/Makefile.am +++ b/tderesources/groupwise/Makefile.am @@ -21,7 +21,7 @@ libtdeabc_groupwise_la_LDFLAGS = $(KDE_RPATH) $(all_libraries) \ libtdeabc_groupwise_la_LIBADD = soap/libgwsoap.la \ $(top_builddir)/libkcal/libkcal.la \ $(top_builddir)/libtdepim/libtdepim.la \ - -lkabc + -ltdeabc kde_module_LTLIBRARIES = kcal_groupwise.la tdeabc_groupwise.la |