diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-17 22:45:05 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-17 22:45:05 -0600 |
commit | 444dc983e56fee598905c194f44b0b87d2fec979 (patch) | |
tree | 8e9a047048fc9a323d30a9a21cb48526ab5140fd | |
parent | af4a6145a2036c5acd3218ee251221a4ab81bf39 (diff) | |
download | kdiff3-444dc983e56fee598905c194f44b0b87d2fec979.tar.gz kdiff3-444dc983e56fee598905c194f44b0b87d2fec979.zip |
Fix references to lkabc
-rw-r--r-- | acinclude.m4 | 2 | ||||
-rw-r--r-- | kdiff3plugin/po/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 31da664..e1c67ee 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -2074,7 +2074,7 @@ if test $kde_qtver = 3; then AC_SUBST(LIB_KJS, "-lkjs") AC_SUBST(LIB_SMB, "-lsmb") AC_SUBST(LIB_KAB, "-lkab") - AC_SUBST(LIB_KABC, "-lkabc") + AC_SUBST(LIB_KABC, "-ltdeabc") AC_SUBST(LIB_TDEHTML, "-ltdehtml") AC_SUBST(LIB_KSPELL, "-ltdespell") AC_SUBST(LIB_KPARTS, "-ltdeparts") diff --git a/kdiff3plugin/po/Makefile b/kdiff3plugin/po/Makefile index 215f99a..53f6aa3 100644 --- a/kdiff3plugin/po/Makefile +++ b/kdiff3plugin/po/Makefile @@ -139,7 +139,7 @@ LIBUCB = LIBUTIL = -lutil LIBZ = -lz LIB_KAB = -lkab -LIB_KABC = -lkabc +LIB_KABC = -ltdeabc LIB_TDECORE = -ltdecore LIB_KDED = LIB_TDEPIM = -ltdepim |