diff options
Diffstat (limited to 'kode/Makefile.am')
-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 ea830ef6d..2303052d8 100644 --- a/kode/Makefile.am +++ b/kode/Makefile.am @@ -14,7 +14,7 @@ libkode_la_LIBADD = -ltdecore bin_PROGRAMS = kode -kode_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor +kode_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor kode_LDADD = libkode.la -lkabc kode_SOURCES = kodemain.cpp |