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 /kdiff3plugin | |
parent | af4a6145a2036c5acd3218ee251221a4ab81bf39 (diff) | |
download | kdiff3-444dc983e56fee598905c194f44b0b87d2fec979.tar.gz kdiff3-444dc983e56fee598905c194f44b0b87d2fec979.zip |
Fix references to lkabc
Diffstat (limited to 'kdiff3plugin')
-rw-r--r-- | kdiff3plugin/po/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |