summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--krusader/Makefile.am7
1 files changed, 5 insertions, 2 deletions
diff --git a/krusader/Makefile.am b/krusader/Makefile.am
index 0896fa6..4920404 100644
--- a/krusader/Makefile.am
+++ b/krusader/Makefile.am
@@ -101,11 +101,14 @@ krusader_LDADD = \
$(LIB_KDEUI) \
$(LIB_KDECORE) \
$(LIB_QT) \
- $(LIBSOCKET)
+ $(LIBSOCKET) \
+ -lkdefx \
+ -lkutils \
+ -lkwalletclient
# the library search path.
-krusader_LDFLAGS = $(all_libraries) $(kde_RPATH)
+krusader_LDFLAGS = $(all_libraries) $(kde_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor -lkwalletclient
###########################################################