summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--krusader/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/krusader/Makefile.am b/krusader/Makefile.am
index 9fd2f73..75038fe 100644
--- a/krusader/Makefile.am
+++ b/krusader/Makefile.am
@@ -6,7 +6,7 @@ endif
# the condition for this is found in configure.in.in
if include_libkjsembed
AM_CPPFLAGS = -D__KJSEMBED__
-LIB_KJSEMBED = -lkjsembed
+LIB_KJSEMBED = -lkjsembed -lkjs
KRJSDIR = KrJS
LIB_KRJS = KrJS/libKrJS.a
endif