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 /korganizer | |
parent | 070482fcc398b8c5c25c8d3add69ed975ea2edd4 (diff) | |
download | tdepim-aee222adb79c8dda84b08c239e9a9e7b04d08a93.tar.gz tdepim-aee222adb79c8dda84b08c239e9a9e7b04d08a93.zip |
Fix references to lkabc
Diffstat (limited to 'korganizer')
-rw-r--r-- | korganizer/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/korganizer/Makefile.am b/korganizer/Makefile.am index 859213e44..ff334a4d4 100644 --- a/korganizer/Makefile.am +++ b/korganizer/Makefile.am @@ -63,7 +63,7 @@ libkorganizer_la_LIBADD = \ $(top_builddir)/libkholidays/libkholidays.la \ $(top_builddir)/libkmime/libkmime.la \ $(LIB_KPARTS) $(LIB_TDEFILE) $(LIB_KNEWSTUFF) \ - -ltdeprint -lkabc -ltdeutils + -ltdeprint -ltdeabc -ltdeutils libkorganizer_la_COMPILE_FIRST = \ kogroupwareprefspage.ui \ |