diff options
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |