diff options
Diffstat (limited to 'kode')
-rw-r--r-- | kode/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kode/Makefile.am b/kode/Makefile.am index 2303052d8..877a17e94 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 |