From 7168d774362b10e8b2b339a635dc293965e2ab9b Mon Sep 17 00:00:00 2001 From: Jeff Layton Date: Sun, 14 Feb 2010 10:52:54 -0500 Subject: automake: make sure to link cifs.upcall to keyutils Signed-off-by: Jeff Layton --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 4520b73..84378ab 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,6 +5,6 @@ mount_cifs_SOURCES = mount.cifs.c mtab.c util.c sbin_PROGRAMS = cifs.upcall cifs_upcall_SOURCES = cifs.upcall.c data_blob.c asn1.c spnego.c util.c -cifs_upcall_LDADD = -ltalloc -lkrb5 +cifs_upcall_LDADD = -ltalloc -lkrb5 -lkeyutils man_MANS = cifs.upcall.8 mount.cifs.8 -- cgit v1.2.3