From 5ff461d0aff3bd37d13583e4595e67dcca36e83d Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 25 Jan 2011 15:23:14 -0800 Subject: [PATCH] kcc: Add explicitly link against LIB_readline. Fixes linking when using binutils-gold (used by e.g. Ubuntu natty). Signed-off-by: Love Hornquist Astrand --- kuser/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kuser/Makefile.am b/kuser/Makefile.am index 7db632f71..0d41343a4 100644 --- a/kuser/Makefile.am +++ b/kuser/Makefile.am @@ -35,7 +35,8 @@ kimpersonate_LDADD = $(kinit_LDADD) kcc_LDADD = \ $(top_builddir)/lib/sl/libsl.la \ - $(kinit_LDADD) + $(kinit_LDADD) \ + $(LIB_readline) dist_kcc_SOURCES = kcc.c klist.c kswitch.c copy_cred_cache.c nodist_kcc_SOURCES = kcc-commands.c