diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-17 22:49:48 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-17 22:49:48 -0600 |
commit | a906663a7d9d7e4931ed704d04b8aa22eea728cc (patch) | |
tree | 1f9c9ce11d985ed9593d00636bce73b6d810f9c3 /tderadio3 | |
parent | 3c252dc7133f0a71ac0f53cfa14d7375265016a7 (diff) | |
download | tderadio-a906663a7d9d7e4931ed704d04b8aa22eea728cc.tar.gz tderadio-a906663a7d9d7e4931ed704d04b8aa22eea728cc.zip |
Fix references to lkabc
Diffstat (limited to 'tderadio3')
-rw-r--r-- | tderadio3/convert-presets/po/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tderadio3/convert-presets/po/Makefile b/tderadio3/convert-presets/po/Makefile index 486d93c..c7a8c07 100644 --- a/tderadio3/convert-presets/po/Makefile +++ b/tderadio3/convert-presets/po/Makefile @@ -148,7 +148,7 @@ LIBUTIL = -lutil LIBZ = -lz LIB_ALSA = -lasound LIB_KAB = -lkab -LIB_KABC = -lkabc +LIB_KABC = -ltdeabc LIB_TDECORE = -ltdecore LIB_KDED = LIB_TDEPIM = -ltdepim |