summaryrefslogtreecommitdiffstats
path: root/kode
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-17 22:59:34 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-17 22:59:34 -0600
commitaee222adb79c8dda84b08c239e9a9e7b04d08a93 (patch)
treeb7056cb6163d72fa713426659eef515b592721a2 /kode
parent070482fcc398b8c5c25c8d3add69ed975ea2edd4 (diff)
downloadtdepim-aee222adb79c8dda84b08c239e9a9e7b04d08a93.tar.gz
tdepim-aee222adb79c8dda84b08c239e9a9e7b04d08a93.zip
Fix references to lkabc
Diffstat (limited to 'kode')
-rw-r--r--kode/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/kode/Makefile.am b/kode/Makefile.am
index 2303052d..877a17e9 100644
--- a/kode/Makefile.am
+++ b/kode/Makefile.am
@@ -15,7 +15,7 @@ libkode_la_LIBADD = -ltdecore
bin_PROGRAMS = kode
kode_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
-kode_LDADD = libkode.la -lkabc
+kode_LDADD = libkode.la -ltdeabc
kode_SOURCES = kodemain.cpp
METASOURCES = AUTO